From: <den...@t-...> - 2003-04-13 13:57:45
|
Hey guys, i integrated cppunit. Since there are problems with compiling cppunit-1.8.0 with Visual Studio .NET out-of-the-box, here's how to do it: 1. Download cppunit-1.8.0.tar.gz from .... 2. Extract cppunit-1.8.0.tar.gz to the same directory where your bayesline directory resides. 3. Rename the cppunit-1.8.0 directory to cppunit. 4. Open cppunit/src/CppUnitLibraries.dsw and answer "Yes to all" to convert all projects and the solution file to VC++7.0 format. 5. Select "Batch build" from the build menu, select all cppunit and cppunit_dll entries, and "Build" them. Do not select the other projects, b/c they won't compile with VC++7.0. Dennis |