要如何设置VC6.0的编译环境?
Crops 2003-11-23 10:00:49 我从书上抄了个例子,
VC6下compile完全通过,无警告,错误
但go的时候显示
--------------------Configuration: Cpp1 - Win32 Debug--------------------
Linking...
LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library
libcmtd.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Cpp1.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Cpp1.exe - 2 error(s), 1 warning(s)
这是什么意思?
(project->setting->c/c++->category->code generation中user run-time library
设为mulithreaded