c++.announce - cppunit-1.8.0 compiled by dmc8.34.12 tested!
- "nyra" <nyra sohu.com> Aug 24 2003
- nyra <nyra_member pathlink.com> Sep 10 2003
- "Phill" <phillbert pacific.net.au> Sep 16 2003
CONGRATULATION! CppUnit 1.8.0 compiled by Digital Mars C++ Compiler 8.34.12 Request STLport 4.5.3 for Digital Mars C++ and smake from CD version! You can get them form http://www.digitalmars.com/ HOW TO INSTALL! Unzip CppUnit-1.8.0.zip to some directory like C:\cppunit-1.8.0, put this patch in some directory replace all files with same name. Cd to CppUnit-1.8.0\src\cppunit, excute smake -f dm.mak, then you get library in CppUnit-1.8.0\src\cppunit\build. file descriptions: build\static\cppunit-dms.lib static lib of cppunit build\dynamic\cppunit-dm.dll dynamic dll of cppunit build\dynamic\cppunit-dm.lib import lib of above copy cppunit-dms.lib and cppunit-dm.lib into dm\lib and cppunit-dm.dll into c:\winNT\system32(w2k) or c:\windows\system(w9x) edit dm\bin\sc.ini to following [Version] version=7.51 Build 020 [Environment] PATH=%PATH%;"% P%\..\bin" BIN="% P%\..\bin" INCLUDE="c:\cppunit-1.8.0\include";"% P%\..\stlport\stlport";"% P%\..\includ e";"% P%\..\mfc\include"; LIB="% P%\..\lib";"% P%\..\stlport\lib";"% P%\..\mfc\lib" HELP="% P%\..\help" That's it! Enjoy! nyra sohu.com 2003-8-24
Aug 24 2003
dmc 8.35 introduced some strange bugs when compiling CppUnitTest. I fixed it! (in helperMacros.h) only tested on dm 8.36
Sep 10 2003
your so modest -- "nyra" <nyra_member pathlink.com> wrote in message news:bjov4f$1el7$1 digitaldaemon.com...dmc 8.35 introduced some strange bugs when compiling CppUnitTest. I fixed it! (in helperMacros.h) only tested on dm 8.36
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003
Sep 16 2003








"Phill" <phillbert pacific.net.au>