[Cppunit-devel] CppUnit with Borland C++ Builder 6
Brought to you by:
blep
From: Steffen R. <ste...@gm...> - 2004-07-12 17:28:33
|
Hi, in the INSTALL-WIN32.txt it is written: > At the current time, the only supported WIN32 platform is > Microsoft Visual C++. You must have VC++ 6.0 at least. But CppUnit seems to work fine with Borland C++ Builder 6, too. Simply create a new (static) library-project, add all the cpp-files from "src\cppunit" to the project, add the "include" subdirectory to the projects include path and the library is ready for action. It may be that the library page size has to be incremented in "Project-Options-TLib" beacause the library gets pretty big, but no further modifications to the source code are neccessary. Just thought you might be interested in knowing that other compilers than VC++ work well with CppUnit. I used version 1.10.2. Regards, Steffen Rauh |