RE: [Cppunit-devel] CppUnit 1.9.6 tar ball -- Visual .NET
Brought to you by:
blep
From: Philippe L. <phi...@ca...> - 2002-04-22 22:54:33
|
Never mind... I had a bad version of the Include files...=20 Sigh... spent the whole afternoon on this... Stupid copy doesn't work = when the file is in use... Stupid stupid stupid. Phil > -----Original Message----- > From: Philippe Lavoie=20 > Sent: Monday, April 22, 2002 6:24 PM > To: Baptiste Lepilleur; cpp...@li... > Subject: RE: [Cppunit-devel] CppUnit 1.9.6 tar ball -- Visual .NET >=20 >=20 >=20 > Hi, >=20 > I did a cvs update of cppunit and I can't get the testplugin=20 > to work for my own project. Everything compiles fine inside=20 > the examples .dsw. I can run them, life is good. >=20 > I've defined CPPUNIT_DLL. Then, I added a cppunitplugin.cpp=20 > file with the following content >=20 > #include <cppunit/plugin/TestPlugIn.h> >=20 > CPPUNIT_PLUGIN_IMPLEMENT(); >=20 > // needed for an ATL project > // note that cppunit fails if stdafx.h is included before the macro. > #include "stdafx.h" =20 >=20 >=20 > Finally, I link with cppunitd_dll.lib. It compiles... but it returns >=20 > Failed to load test plug-in: > Symbol [cppunitTestPlugIn] not found in dynamic libary:Bob.dll >=20 >=20 > This is really weird as simple_plugin works like a charm and=20 > I can't see what the missing option could be. >=20 > Please help >=20 > Phil >=20 >=20 >=20 >=20 >=20 >=20 >=20 > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppunit-devel >=20 |