Dear Paul Gibbons
I made for me a couple of cosmetic changes in default.js.
\Microsoft Visual Studio
8\VC\VCWizards\CPPUnitProjectWizard\CPPUnitProjectWizard\Scripts\1033
File: default.js
I replaced "DllPlugInTesterd_dll.exe" by "DllPlugInTesterd.exe"
"DllPlugInTester_dll.exe" by "DllPlugInTester.exe"
Because, by me these _dll.exe files are not generated by build of cppunit.
For config.Tools('VCCLCompilerTool'), I added one line:
AdditionalIncludeDirectories="$(CPPUNITDIR)\\Include";
For config.Tools('VCLinkerTool')
AdditionalLibraryDirectories="$(CPPUNITDIR)\\Lib";
Now it works fine
Best regards
Alexandre
|