|
-
June 30th, 1999, 10:12 AM
#1
compile error
I get
"error C2664: 'MessageBoxW':cannot convert parameter 2 from 'char [5]' to 'const unsigned short *'"
when using ::messageBox.
If I comment out the following two lines then the message box will work fine.
#define UNICODE
#define _UNICODE
but if I leave the comments in and compile, then I get:
error C2440: 'initializing'
error C2664: 'SetCommandText'
both saying that they can't convert a parameter.
What gives???
TIA, Woody
[email protected]
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
|
Click Here to Expand Forum to Full Width
|