I am trying to install cppunit-1.10.2 on windows 2000 with VC6.0.
one of the first steps in the windows install is to:
"select the file lib/TestRunnerDSPlugIn.dll and press ok to register
the add-ins (double-click on failure = open file in VC++)."
This step fails for me with the error message:
"Unable to register add-in because it does not export DllRegisterServer".
The only file I found that has a DllRegisterServer is DSPlugin.cpp in the DSPlugin directory. However, I did not see in which project this file is included. It does not seem to be in Testrunner (the only project that gets build as a dependency from HostApp). I see a DSPlugin in the .dsp, but not in the .dsw
Could anyone shed some light om this step in the build process?
Thanks, mig
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-08-02
Ok, never mind. Didn't realize those instructions were for the sample code, not cppunit...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I am trying to install cppunit-1.10.2 on windows 2000 with VC6.0.
one of the first steps in the windows install is to:
"select the file lib/TestRunnerDSPlugIn.dll and press ok to register
the add-ins (double-click on failure = open file in VC++)."
This step fails for me with the error message:
"Unable to register add-in because it does not export DllRegisterServer".
The only file I found that has a DllRegisterServer is DSPlugin.cpp in the DSPlugin directory. However, I did not see in which project this file is included. It does not seem to be in Testrunner (the only project that gets build as a dependency from HostApp). I see a DSPlugin in the .dsp, but not in the .dsw
Could anyone shed some light om this step in the build process?
Thanks, mig
Ok, never mind. Didn't realize those instructions were for the sample code, not cppunit...