-
DoModal fails using excel addin in Visual C++ .Net but works with VC 6.0
hi,
I have wrote the code for excel addin using xlsdk in VC++ MFC. The call to DoModal fails in VC++ 7.0 but works fine with VC++ 6.0.
Code given below
__declspec(dllexport) xlAutoOpen()
{
//... piece of code
CControlPane dlg;
dlg.DoModal; //Fails in VC 7.0 but works fine with VC 6.0
}
mayank.jindal@mphasis.com
Similar Threads
-
By premartha in forum .NET
Replies: 1
Last Post: 10-24-2005, 09:45 AM
-
By Patrick Troughton in forum .NET
Replies: 0
Last Post: 01-31-2003, 01:09 PM
-
Replies: 3
Last Post: 10-08-2002, 11:55 PM
-
By Seth Grossman [MSFT] in forum .NET
Replies: 11
Last Post: 02-28-2002, 01:44 PM
-
By Jim Pragit in forum .NET
Replies: 16
Last Post: 02-28-2001, 09:19 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks