-DUNICODE enables Unicode winapi Function calls. So removing this define should solve your problem. Otherwise you have no chance and replace all function calls with the correct unicode/ansi calls -> LoadLibrarayW/LoadLibraryA
-DUNICODE enables Unicode winapi Function calls. So removing this define should solve your problem. Otherwise you have no chance and replace all function calls with the correct unicode/ansi calls -> LoadLibrarayW/LoadLibraryA
Darhuuk (25th March 2008)
Thanks, I'll try tomorrow and see if that fixes it. I had wanted to try, but I thought it was a flag Qt needed.
Bookmarks