2008-7-30
fatal error C1010: unexpected end of file while looking for precompiled header directive
为什么出现LINK : fatal error LNK1104: cannot open file "mfc42ud.lib"
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")







评论排行榜