I've d/l and attempted to compile cppunit 1.10.2 with VS.NET 7.1.
When I performed the build (open %CPPUNIT_HOME%\CppUnitLibraries.dsw, Build->Batch Build..., select all, build) I get 14 succeeded, 9 failed.
I correct this situation by modifying the referenced .lib files in the projects. It's successful on rebuild.
Then I create a simple project to perform an even simpler test (CPPUNIT_ASSERT(2 == 2)), which causes a run-time debug assert in VS inside the msvcrtd.dll, which I know is well beyond cppunit's reach.
However, I'm wondering if anyone else has been able to compile and use cppunit successfully with VS.NET 7.1? If so, did you have to do anything different in order to make it work?
Thanks,
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've d/l and attempted to compile cppunit 1.10.2 with VS.NET 7.1.
When I performed the build (open %CPPUNIT_HOME%\CppUnitLibraries.dsw, Build->Batch Build..., select all, build) I get 14 succeeded, 9 failed.
I correct this situation by modifying the referenced .lib files in the projects. It's successful on rebuild.
Then I create a simple project to perform an even simpler test (CPPUNIT_ASSERT(2 == 2)), which causes a run-time debug assert in VS inside the msvcrtd.dll, which I know is well beyond cppunit's reach.
However, I'm wondering if anyone else has been able to compile and use cppunit successfully with VS.NET 7.1? If so, did you have to do anything different in order to make it work?
Thanks,
John