[Cppunit-devel] Static TestRunner Library
Brought to you by:
blep
|
From: Strebel, D. O. <Oli...@Dr...> - 2003-01-16 16:46:19
|
Hi all!
First of all I want to say a big THANK YOU for this very useful
piece of software. It was of great help for me in another project.
We are now using CppUnit with MFC TestRunner.
In the present project we have to use an Oracle Library oci.lib
which is compiled with the Mutlithreaded C-Runtime Library
and not the Multithreaded DLL C-Runtime Library,
resulting in the linker problems similar to those=20
mentioned in the second question of your FAQ.
This afternoon I managed to hack out quickly a static=20
TestRunner-library using your source code by stripping away all the
AFX_DLL stuff and was able to get=20
it linked and working properly with my code.
So I have two questions:
1. Is there a simpler way to overcome this awful library clashes
at link time?
2. If not: Will there be a statically TestRunner library available in =
future
releases?
Sincerely yours,
Dr. Oliver Strebel
CC RCO TC
J=FCrgen Ponto Platz 1
21. Floor
60301 Frankfurt
Germany
Tel.: 069/26316924
Fax: 069/26311838
E-Mail: Oli...@Dr...
The opinions herein are my own and do not necessarily reflect those of
Dresdner Bank AG.=20
|