Unicode windows
-
When I compile my mfc-application in UNICODE mode, the unicode characters are displayed inocerrctly in a list window. But when I MessageBox() the unicode string, it's ok. (When compiling as ansi, the unicode goes ????) Any suggestions. I know that the first message must be unicode, for windows to know that a new window should be unicode, but with UNICODE defined, this should be no issue, if not calling XxxA() which I don't.
-
When I compile my mfc-application in UNICODE mode, the unicode characters are displayed inocerrctly in a list window. But when I MessageBox() the unicode string, it's ok. (When compiling as ansi, the unicode goes ????) Any suggestions. I know that the first message must be unicode, for windows to know that a new window should be unicode, but with UNICODE defined, this should be no issue, if not calling XxxA() which I don't.
Remember to define both
UNICODE
and_UNICODE
- Anders Money talks, but all mine ever says is "Goodbye!"