[Cppunit-devel] Visual Studio compilation
Brought to you by:
blep
From: <mpe...@ce...> - 2005-09-12 15:19:04
|
Compiling with VStudio 2003, I get 4 errors: cppunit error PRJ0019: A tool returned an error code from "Copying target to lib/" TestRunner fatal error LNK1181: cannot open input file '..\..\..\lib\cppunitd.lib' TestPlugInRunner fatal error LNK1181: cannot open input file '\C\cppunit-1.10.2\src\msvc6\testrunner\Debug\testrunnerd.lib' cppunit_dll warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification I corrected this with 2 steps: - creating the lib directory - renaming in cppunit project the output filename from .lib to .dll (a .lib and a .dll were created anyway). ------ Murilo Perrone CertiSign |