[Cppunit-devel] Getting started with cppunit and VS 2008
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2009-11-17 19:37:16
|
Hi, I've spent a number of hours yesterday and today trying to get cppunit up and going with VS 2008 (pro edition). I can't find a getting started/trouble shooting guide anywhere. I get the following message when I try to build TestRunner: 1>------ Build started: Project: TestRunner, Configuration: Debug Unicode Win32 ------ 1>Compiling... 1>MsDevCallerListCtrl.cpp 1>.\MsDevCallerListCtrl.cpp(67) : error C3505: cannot load type library '{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}' 1>.\MsDevCallerListCtrl.cpp(67) : fatal error C1104: fatal error importing libid: '80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2' 1>Creating browse information file... 1>Microsoft Browse Information Maintenance Utility Version 9.00.30729 1>Copyright (C) Microsoft Corporation. All rights reserved. 1>BSCMAKE: error BK1506 : cannot open file '.\DebugUnicode\MsDevCallerListCtrl.sbr': No such file or directory 1>Build log was saved at "file://c:\cppunit-1.12.1\src\msvc6\testrunner\DebugUnicode\BuildLog.htm" 1>TestRunner - 3 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Any suggestions? Thanks Roger |