link时出错?
我用win32 console application新建一个空工程
加入下面两个文件:svm.h svm.cpp编译正确连接时就出错
Linking...
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol _WinMain@16
Debug/gght.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.
工程设置link里面是subsystem:windows如果改成subsystem:consel还会出错
大虾救命啊!