加了stdafx.h这个之后出现的错误提示,看见就头晕,不知道是什么错误,求助!!!
nafxcwd.lib(dllmodul.obj) : error LNK2005:
_DllMain@12 already defined in MSVCRT.lib(dllmain.obj)
nafxcwd.lib(dllmodul.obj) : warning LNK4006:
_DllMain@12 already defined in MSVCRT.lib(dllmain.obj); second definition ignored
Creating library Debug/HelloARX.lib and object Debug/HelloARX.exp
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "mfc42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "mfcs42.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argv
nafxcwd.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
nafxcwd.lib(timecore.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(filelist.obj) : error LNK2001: unresolved external symbol __mbctype
nafxcwd.lib(apphelp.obj) : error LNK2001: unresolved external symbol __mbctype
.\HelloARX.arx : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.