I'm working on a app with upp under windows,as I want an "unicode built"(use -DUNICODE with clang or /D UNICODE with vc), but both have compiling error(upp core or ctrlcore packages), says that calling some wchar version function(xxxW()) with parameter of char *. I try UWord example, same error messages. how can I create an "unicode built" of my app?
Technical/Win32 explanation: U++ is built without /D UNICODE, but when communicating with Win32, it is using "W" variants of functions.