Click here to Skip to main content
15,891,653 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneraleTraping windows messages Pin
Member 12103317-Jan-04 4:43
Member 12103317-Jan-04 4:43 
GeneralStandard C++ DLL Pin
dcasmey16-Jan-04 5:25
dcasmey16-Jan-04 5:25 
GeneralRe: Standard C++ DLL Pin
fin21-Jan-04 13:07
fin21-Jan-04 13:07 
GeneralRe: Standard C++ DLL Pin
dcasmey21-Jan-04 13:27
dcasmey21-Jan-04 13:27 
GeneralMessageboxes in managed C++ Pin
tom7615-Jan-04 23:42
tom7615-Jan-04 23:42 
GeneralRe: Messageboxes in managed C++ Pin
leppie16-Jan-04 6:04
leppie16-Jan-04 6:04 
GeneralRe: Messageboxes in managed C++ Pin
Nathan Blomquist26-Jan-04 14:47
Nathan Blomquist26-Jan-04 14:47 
GeneralRe: Messageboxes in managed C++ Pin
bollwerj6-Feb-04 4:41
bollwerj6-Feb-04 4:41 
Had the same problem and found the solution in one of Microsoft's articles.

At the beginning of the.cpp file, after the includes, I put the following:

#ifdef MessageBox
#undef MessageBox
#endif

The problem seems to be caused by a confliction in MessageBox declarations between the .Net declaration and the one in the windows.h file.

Cheers

GeneralResolving NetBIOS name for IP address Pin
---Ranger---14-Jan-04 22:51
---Ranger---14-Jan-04 22:51 
GeneralNamespace Extension Starting point help please Pin
Paul Farry11-Jan-04 20:42
professionalPaul Farry11-Jan-04 20:42 
QuestionIs there a similar to MFC property pages in .net UserControl? Pin
Daed8-Jan-04 2:40
Daed8-Jan-04 2:40 
AnswerRe: Is there a similar to MFC property pages in .net UserControl? Pin
leppie8-Jan-04 6:09
leppie8-Jan-04 6:09 
GeneralRe: Is there a similar to MFC property pages in .net UserControl? Pin
Daed11-Jan-04 3:36
Daed11-Jan-04 3:36 
GeneralUserControl properties persistency Pin
Severino4-Jan-04 3:35
Severino4-Jan-04 3:35 
GeneralRe: UserControl properties persistency Pin
Nick Hodapp5-Jan-04 7:13
sitebuilderNick Hodapp5-Jan-04 7:13 
GeneralRe: UserControl properties persistency Pin
Hamzeh5-Jan-04 21:06
Hamzeh5-Jan-04 21:06 
GeneralRe: UserControl properties persistency Pin
leppie8-Jan-04 6:11
leppie8-Jan-04 6:11 
QuestionWhat do i need? Pin
Anthony_Yio2-Jan-04 0:19
Anthony_Yio2-Jan-04 0:19 
AnswerRe: What do i need? Pin
leppie2-Jan-04 6:06
leppie2-Jan-04 6:06 
GeneralRe: What do i need? Pin
Jörgen Sigvardsson2-Jan-04 15:50
Jörgen Sigvardsson2-Jan-04 15:50 
GeneralRe: What do i need? Pin
leppie2-Jan-04 20:34
leppie2-Jan-04 20:34 
GeneralRe: What do i need? Pin
Jörgen Sigvardsson3-Jan-04 1:12
Jörgen Sigvardsson3-Jan-04 1:12 
GeneralRe: What do i need? Pin
Anthony_Yio4-Jan-04 14:59
Anthony_Yio4-Jan-04 14:59 
GeneralRe: What do i need? Pin
JeffClark15-Jan-04 1:49
JeffClark15-Jan-04 1:49 
Generalusing web services in MC++ Pin
vcorn30-Dec-03 1:29
vcorn30-Dec-03 1:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.