error LNK2001: unresolved external symbol 错误
网上编译demo的例子出现以下错误
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
是不是因为有dll没有加载?
如果是的话,应该怎样加载到工程里面?
[解决办法]
有点像你的工程选错了
http://zhidao.baidu.com/question/87152831.html