[Cppunit-devel] errors compiling HostApp (Visual Studio 2005)
Brought to you by:
blep
From: CppUnit d. m. l. <cpp...@li...> - 2007-10-18 11:35:26
|
Hi, Just downloaded: cppunit-1.12.0 I trying to get integration into Visual studio running I do follow INSTALL-WIN32.txt Quick Steps to compile & run a sample using the GUI TestRunner: - Open examples/examples.dsw in VC++ (contains all the samples). VC7 will ask you if you want to convert, anwser 'yes to all'. - Make HostApp the Active project - Compile Unfortunately this are the errors I got. 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 8.00.50727 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://e:\work\cppunit\cppunit-1.12.0\src\msvc6\testrunner\DebugUnicode\BuildLog.htm" 1>TestRunner - 3 error(s), 0 warning(s) -- W. Eryk Wolski |