Re: [Cppunit-devel] Static TestRunner Library
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2003-01-23 23:01:05
|
1) I'm not aware of anyway to avoid those issues at link time. You would probably be better of asking Oracle to provide a version of the library linked against the DLL runtime. 2) Not at the current time. I'm even amazed that you managed to get this working. Didn't you run in any problem concerning AfxGetApp() (returning NULL), which is used to store settings in the registry ? Baptiste. ----- Original Message ----- From: "Strebel, Dr. Oliver" <Oli...@Dr...> To: <cpp...@li...> Cc: "Geier, Roland" <Rol...@Dr...> Sent: Thursday, January 16, 2003 5:46 PM Subject: [Cppunit-devel] Static TestRunner Library 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 mentioned in the second question of your FAQ. This afternoon I managed to hack out quickly a static TestRunner-library using your source code by stripping away all the AFX_DLL stuff and was able to get 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ürgen 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. ------------------------------------------------------- This SF.NET email is sponsored by: Thawte.com Understand how to protect your customers personal information by implementing SSL on your Apache Web Server. Click here to get our FREE Thawte Apache Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en _______________________________________________ Cppunit-devel mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |