L M Jennings - 2008-07-05

Please let me know if I should report the following problem as a bug. This is the first time I've tried cppUnit and so I hope that you'll excuse me if the solution is obvious.

I followed the following instructions in INSTALL-WIN32.txt:

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
- For Visual Studio 6 only:
   - 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++).

But when I went to "select the file lib/TestRunnerDSPlugIn.dll", this file did not exist in any of the subdirectories in cppunit-1.12.1.

The only dll there was testrunnerd.dll

Does testrunnerd.dll replace TestRunnerDSPlugIn.dll?

Are there any additional quickstart or newbie helps?

Thanks!