Anybody know if it's in an older release?
It's not in: cppunit-1.10.2\lib\
Thanks, Ed
"At the current time, the only supported WIN32 platform is
Microsoft Visual C++. You must have VC++ 6.0 at least.
Quick Steps to compile & run a sample using the GUI TestRunner:
- Open examples/examples.dsw in VC++ (contains all the samples).
VC7 will ask you if you want to convert, anwser 'yes to all'.
- Make HostApp the Active project
- Compile
- in VC++, Tools/Customize.../Add-ins and macro files/Browse...
- select the file lib/TestRunnerDSPlugIn.dll and press ok to register
the add-ins (double-click on failure = open file in VC++).
- Run the project"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anybody know if it's in an older release?
It's not in: cppunit-1.10.2\lib\
Thanks, Ed
"At the current time, the only supported WIN32 platform is
Microsoft Visual C++. You must have VC++ 6.0 at least.
Quick Steps to compile & run a sample using the GUI TestRunner:
- Open examples/examples.dsw in VC++ (contains all the samples).
VC7 will ask you if you want to convert, anwser 'yes to all'.
- Make HostApp the Active project
- Compile
- in VC++, Tools/Customize.../Add-ins and macro files/Browse...
- select the file lib/TestRunnerDSPlugIn.dll and press ok to register
the add-ins (double-click on failure = open file in VC++).
- Run the project"
1.open "\src\CppUnitLibraries.dsw".
2.build "DSPlugIn.dsp" (choose "Win32 Release").
3.check if "TestRunnerDSPlugIn.dll" in \lib.