Unresolved External - Main
msvcrt.lib(crtexew.obj) : error LNK2001: unresolved external symbol "_WinMain@16"
error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup fatal error LNK1120: 1 unresolved externals
In the Output category of the Link tab in the Project Settings dialog box, set the Entry Point Symbol to wWinMainCRTStartup.
For Visual C++ .NET: In the Advanced category of the Linker folder in the Project Properties dialog box, set the Entry Point to wWinMainCRTStartup.
MS KB Article
Posted 11:09 AM
|
0 comments
|
Permalink