Unicode Linker error
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I've tried to implement an Unicode program, to read and write Unicode character, but when I compile the program, this is the error message : msvcrtd.lib(wcrtexew.obj) : error LNK2001: unresolved external symbol _wWinMain@16 Debug/DAS Converter.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. I already define _UNICODE, and also use wWinMainCRTStartup as the entry point. Please help me, Thanks