when building with VC 2008, turn off unicode as default mode for the win32 API.
For example, MessageBox takes char* parameters. If you want to pass unicode strings, use MessageBoxW explicitely.
Showing
Please register or sign in to comment