Release版, 选择"Mulithreaded DLL".
Debug版, 选择 "Debug Multihreaded DLL".
? Project Settings/Post-Build step增加: $(TargetPath)
CppUnit VS2005安装
? 1、 Open examples/examples.dsw in VC++ (contains all the samples).
? VC7 will ask you if you want to convert, anwser 'yes to all'.
? 2、解决方案上右键,批量编译,选择全部,编译
? 3、错误:
? #import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version
? ("7.0") lcid("0") raw_interfaces_only named_guids
? 改为:
? #import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version
? ("8.0") lcid("0") raw_interfaces_only named_guids
? 4、d:\cppunit-1.12.0\cppunit-1.12.0\src\msvc6\dsplugin\stdafx.h
? (12) : fatal error C1189: #error : This add-in is for VC++ 6.0
? only.
? 不用处理
CppUnit VS2005 向导
? 0. 下载 CPPUnitProjectWizard
? 1. 复制文件
? CPPUnitProjectWizard.vsdir - 为向导命名
? CPPUnitProjectWizard.vsz - 让VS8知道从哪里找到向导
? 到您的Visual Studio 8安装目录下的 VSProjects 文件夹中
? 2. 把整个CPPUnitProjectWizard解决方案文件夹复制到您的Visual Studio 8安装目录下的VCWizards文件夹中。
文章来源于领测软件测试网 https://www.ltesting.net/