Michael 发表于 2013-2-5 02:16:44

VC++的链接错误LNK2005

VC++的链接错误LNK2005
Project Settings->C/C++ Tab->Category:CodeGeneration
Use run-time library组合框中选择Multithread Dll(或Debug Multithread Dll )
 
#include "stdafx.h"
 
#pragma comment(lib,"cppunit.lib")
#pragma comment(lib,"TestRunner.lib")
页: [1]
查看完整版本: VC++的链接错误LNK2005