Re: [Cppunit-devel] link errors with stl
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-07-24 18:30:21
|
No. You'll need to add your own configuration or change the existing one. Is there a specific reason for using static debug lib ? DLL should link faster (this is a wild guess, I never actually measured). ----- Original Message ----- From: "Lynn Jones" <lw...@sh...> To: <cpp...@li...> Sent: Tuesday, July 24, 2001 1:00 AM Subject: Re: [Cppunit-devel] link errors with stl > Thank you for your reply. We were using these settings, but have > determined that they are incompatible with the settings required > by the rest of our project. Is there an available cppunit/testrunner > project with target of a static library rather than a DLL? Or is that > possible? > > Thanks! > Lynn > > Baptiste Lepilleur wrote: > > > > ----- Original Message ----- > > From: "Baptiste Lepilleur" <bl...@cl...> > > To: <cpp...@li...> > > Sent: Saturday, July 21, 2001 11:23 AM > > Subject: Re: [Cppunit-devel] link errors with stl > > > > > Most likely, you are not using the same CRT lib as cppunit. You must use > > the > > > Debug Multithreaded CRT lib (Project Setting/C++/Code Generation). > > > Don't forget to enable RTTI too (Project Setting/C++/C++ Langage). > > > > Read Debug Multithreaded **DLL** > > > > Sorry, > > Baptiste. > > --- > > Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html > > Author of The Text Reformatter, a tool for fanfiction readers and writers. > > Language: English, French (Well, I'm French). |