While I compiled the downloaded cppunit-1.12.0 in Visual Studio 2005, I got the error:
error PRJ0019: A tool returned an error code from "Updating \cppunit-1.12.0\lib\cppunit_dll.dll" DllPlugInTesterTest
Does someone know why it happened? I didn't find the project who was built into "cppunit_dll.dll".
thanks,
Josh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I do get the same type of error as you do..
However I also get 2 more errors.
1>Project : error PRJ0019: A tool returned an error code from ".\DebugNoTypeInfoName\testrunnerd.dll"
2>Project : error PRJ0019: A tool returned an error code from "Updating c:\develop\cppunit-1.12.0\lib\cppunit_dll.dll"
3>Project : error PRJ0019: A tool returned an error code from ".\Debug\testrunnerd.dll"
the second error seems to be exactly the one you get.. I hope that someone could help out here.
thanks,
Peter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While I compiled the downloaded cppunit-1.12.0 in Visual Studio 2005, I got the error:
error PRJ0019: A tool returned an error code from "Updating \cppunit-1.12.0\lib\cppunit_dll.dll" DllPlugInTesterTest
Does someone know why it happened? I didn't find the project who was built into "cppunit_dll.dll".
thanks,
Josh
I do get the same type of error as you do..
However I also get 2 more errors.
1>Project : error PRJ0019: A tool returned an error code from ".\DebugNoTypeInfoName\testrunnerd.dll"
2>Project : error PRJ0019: A tool returned an error code from "Updating c:\develop\cppunit-1.12.0\lib\cppunit_dll.dll"
3>Project : error PRJ0019: A tool returned an error code from ".\Debug\testrunnerd.dll"
the second error seems to be exactly the one you get.. I hope that someone could help out here.
thanks,
Peter
I was able to fix the problem. Please see my post at,
http://sourceforge.net/forum/message.php?msg_id=4305046
Cheers.