User Profile
Collapse
-
As a side note I was having the same problem exactly until I read some of the replies here, so thank you all. -
I don't know if it's proper because I am fairly new to C++ as well as COM but the method I used was simply to remove the L (literal?) declaration.
So instead of:
MessageBox(NULL ,
L"Hello World!",
L"Just another Hello World program!");
MB_ICONEXCLAMAT ION | MB_OK);
Just use:
MessageBox(NULL ,
"Hello World!",...Leave a comment:
No activity results to display
Show More
Leave a comment: