,编译时为什么提示这样的异常啊(VC6.0)?多谢
求助:各位大哥,编译时为什么提示这样的错误啊(VC6.0)?谢谢!
请教:
--------------------Configuration: Game - Win32 Debug--------------------
Linking...
LINK : warning LNK4098: defaultlib "LIBC " conflicts with use of other libs; use /NODEFAULTLIB:library
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Game.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Game.exe - 2 error(s), 1 warning(s)
我的是一个多线程程序
编译器为 VC6.0
各位大哥,我是哪里错了啊
谢谢!
------解决方案--------------------
代码都不给出来,谁知道你程序哪出错了
------解决方案--------------------
一个库引用了两次吧,把LIBC的引用清除再重新引用一下
请教:
--------------------Configuration: Game - Win32 Debug--------------------
Linking...
LINK : warning LNK4098: defaultlib "LIBC " conflicts with use of other libs; use /NODEFAULTLIB:library
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/Game.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
Game.exe - 2 error(s), 1 warning(s)
我的是一个多线程程序
编译器为 VC6.0
各位大哥,我是哪里错了啊
谢谢!
------解决方案--------------------
代码都不给出来,谁知道你程序哪出错了
------解决方案--------------------
一个库引用了两次吧,把LIBC的引用清除再重新引用一下