1、错误现象:(VC++)
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
Debug/newres.dll : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
解决方法:
在Setting->Link->Project Options中加入 /noentry,则可以编译通过
在VS2010(VC++)中是设置项目属性Configuration Properties-Linker-Advanced 的 No Entry Point
为 yes(/NOENTRY)