错误信息:MSVCRT.lib(MSVCRT.dll) : error LNK2005: _strncpy already defined in LIBCD.lib(strncpy.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _strchr already defined in LIBCD.lib(strchr.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __strupr already defined in LIBCD.lib(strupr.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _sprintf already defined in LIBCD.lib(sprintf.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _time already defined in LIBCD.lib(time.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __fpreset already defined in LIBCD.lib(ieee87.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __write already defined in LIBCD.lib(write.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __read already defined in LIBCD.lib(read.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __isctype already defined in LIBCD.lib(isctype.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _atol already defined in LIBCD.lib(atox.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __stricmp already defined in LIBCD.lib(stricmp.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: __itoa already defined in LIBCD.lib(xtoa.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _sscanf already defined in LIBCD.lib(sscanf.obj)
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _strncpy already defined in LIBCD.lib(strncpy.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _strchr already defined in LIBCD.lib(strchr.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __strupr already defined in LIBCD.lib(strupr.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _sprintf already defined in LIBCD.lib(sprintf.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _time already defined in LIBCD.lib(time.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __fpreset already defined in LIBCD.lib(ieee87.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __write already defined in LIBCD.lib(write.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __read already defined in LIBCD.lib(read.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __isctype already defined in LIBCD.lib(isctype.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _atol already defined in LIBCD.lib(atox.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __stricmp already defined in LIBCD.lib(stricmp.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: __itoa already defined in LIBCD.lib(xtoa.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _sscanf already defined in LIBCD.lib(sscanf.obj); second definition ignored
   Creating library Debug/Test.lib and object Debug/Test.exp
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
Debug/Test.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
可是我没有把这两个LIB添加到我的工程中来呀!郁闷!~~~555