序号:36525 发表者:qiaofeng 发表日期:2003-04-16 11:32:47
主题:编译出错的问题
内容:我在编译时出现这样的问题:MSVCRT.lib(MSVCRT.dll) : error LNK2005: _strncpy already defined in libcmt.lib(strncpy.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _free already defined in libcmt.lib(free.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _malloc already defined in libcmt.lib(malloc.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _toupper already defined in libcmt.lib(toupper.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _strncmp already defined in libcmt.lib(strncmp.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _realloc already defined in libcmt.lib(realloc.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _fclose already defined in libcmt.lib(fclose.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _floor already defined in libcmt.lib(floor.obj)MSVCRT.lib(MSVCRT.dll) : error LNK2005: _rand already defined in libcmt.lib该怎么解决?2003-4-16 11:40:47