Re: [Cppunit-devel] link errors with stl
Brought to you by:
blep
From: Baptiste L. <bl...@cl...> - 2001-07-21 09:06:04
|
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). ----- Original Message ----- From: "Lynn Jones" <lw...@sh...> To: <cpp...@li...> Sent: Friday, July 20, 2001 10:43 PM Subject: [Cppunit-devel] link errors with stl > Hi, > > I was reading Ferdinando Ametrano's notes about using cppunit > (msg #6221559) and am having a similar linking problem. I am using > MSVC 6.0 on Win2K. I have successfully built the cppunitd and > testrunnerd libraries, but am getting the linking error when I > try to subclass TestCase in my own project (which uses stl classes). > > Any suggestions on fixing this problem? > > Thanks! > Lynn > -- > Lynn Jones > AI Software Engineer, SHAI-Seattle > lwjones at shai-seattle dot com > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > http://lists.sourceforge.net/lists/listinfo/cppunit-devel > |