News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

UNICODE and OEM ... very few spoken words....

Started by xandaz, January 10, 2012, 03:47:00 PM

Previous topic - Next topic

xandaz

    jj.... i must put __UNICODE__ equ <1> and then all the functions run are the Wide version right? even if i do SendMessage it calls SendMessageW?
   I must put it in the source file?
   Thanks

jj2007

Quote from: xandaz on January 11, 2012, 06:01:29 PM
    jj.... i must put __UNICODE__ equ <1> and then all the functions run are the Wide version right? even if i do SendMessage it calls SendMessageW?
   I must put it in the source file?

Yes, as shown above before include wininc. At least that solved the problem on my office puter, where I have Hutch' beta installed. Now I am at home, and the trick doesn't work - instead you have to use DefWindowProcW as already posted by qWord.