I've managed to get the Libs, DLL's and stuff compiled using the latest version of 1.9.11. When I link in everything as per the MoneyTest in 'http://cppunit.sourceforge.net/doc/1.9.11/money_example.html#money_example' everything goes great until I get to the post build. It starts off by telling me that 'Octree Test error PRJ0019: A tool returned an error code: "Unit Testing..."' Is this to be expected? The text doesn't say what to expect apart from a fail. Does the failure I have mean that the build failded or the UnitTest failed?
If a guide is needed on how to lay out your documentation then take a look at 'Ant in Anger' which showed me how to get Ant running on my dev system within a few hours.
Also is there a version for VC7 in the works?
G.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've managed to get the Libs, DLL's and stuff compiled using the latest version of 1.9.11. When I link in everything as per the MoneyTest in 'http://cppunit.sourceforge.net/doc/1.9.11/money_example.html#money_example' everything goes great until I get to the post build. It starts off by telling me that 'Octree Test error PRJ0019: A tool returned an error code: "Unit Testing..."' Is this to be expected? The text doesn't say what to expect apart from a fail. Does the failure I have mean that the build failded or the UnitTest failed?
If a guide is needed on how to lay out your documentation then take a look at 'Ant in Anger' which showed me how to get Ant running on my dev system within a few hours.
Also is there a version for VC7 in the works?
G.
Works fine with VC7.0 & 7.1. You're probably not looking at the right windows. Check the output windows, and you should see the assertion detail.
Baptiste.
Thanks, but I'd worked that one out myself after a few hours:-)