试图链接的应用程序,让大量的错误,如LINK:警告LNK4098,LNK4217错误 - 为什么?
1>LINK : warning LNK4098: defaultlib 'mfc140d.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>LINK : warning LNK4098: defaultlib 'mfcs140d.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>LINK : warning LNK4098: defaultlib 'msvcrtd.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
1>Move.obj : warning LNK4217: locally defined symbol islower imported in function "struct Token __cdecl NextToken(char * const,int &)" ([email protected]@[email protected]@[email protected])
1>Move.obj : warning LNK4217: locally defined symbol isdigit imported in function "struct Token __cdecl NextToken(char * const,int &)" ([email protected]@[email protected]@[email protected])
1>Position.obj : warning LNK4049: locally defined symbol isdigit imported
Position.cpp和Move.cpp是我的代码。这些错误的含义是什么,如何纠正它们?
这是Visual Studio的2015年,该项目从Visual Studio 2010中导入的Windows 7专业版64