首页 > 学院 > 开发设计 > 正文

error 2005 Cppunit 用法

2019-11-11 05:18:00
字体:
来源:转载
供稿:网友


1、1>msvcPRt.lib(MSVCP90.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表