Click here to Skip to main content
16,007,809 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: sockets VC++ 6.0 and C# Pin
Mazdak17-Jan-04 20:54
Mazdak17-Jan-04 20:54 
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 
leppie,

I think his problem is not with strings. Instead it is that the preprocessor sees that MessageBox is defined as either MessageBoxA or MessageBoxU depending on build enviroment.

The solution should be something like:
...
// this undefines the MessageBox macro
#undef MessageBox
// This should now work
MessageBox::Show(S"Some text",S"Some text 2");
...


Or maybe I am just on crack or something...

Feel free to flame me...

-Nathan


---------------------------
Hmmm... what's a signature?
GeneralRe: Messageboxes in managed C++ Pin
bollwerj6-Feb-04 4:41
bollwerj6-Feb-04 4:41 
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 

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.