Do you mean this project?
http://sourceforge.net/projects/cppunit
If so, use TortoiseSVN, for example, to get the latest code from svn:
https://cppunit.svn.sourceforge.net/svnroot/cppunit
It contains "INSTALL-VS.Net2008.txt" with instructions for Visual Studio 2008, but can also be applied to Visual Studio 2010.
You may need to edit src \ msvc6 \ testrunner \ MsDevCallerListCtrl.cpp and replace version("9.0")
from
version("10.0")
You can safely ignore any build errors as long as sln issues cppunit (d) .lib or any dependencies you need.
Good luck! :)
Rami A.
source share