我在VC++6.0中编译《深入浅出MFC 2/e》中Generic.01时出现以下错误
--------------------Configuration: GENERIC - Win32 Debug--------------------
Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/GENERIC.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
请问时怎么回事呢?
project->setting->link 把选项subsystem:console改为subsystem:windows.