error 2005 Cppunit 用法



1、1>msvcprt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string,class std::allocator >::~basic_string,class std::allocator >(void)" (??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) 已经在 QQDLL.obj 中定义


    解决方法:lib工程里的"C/C++"->"Code Generation"->"Runtime Library"里面的Muti-thread Debug (/MTd) 改为 Muti-thread Debug DLL(/MDd) 。



2、Cppunit 用法 在VC++ Directories 下添加解决Cppunit的相对路径。

   $(SolutionDir)..\cppunit-1.12.1\lib

你可能感兴趣的:(error 2005 Cppunit 用法)