Discussion:
[Cppunit-devel] Getting started with cppunit and VS 2008
CppUnit development mailing list
2009-11-17 19:37:07 UTC
Permalink
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
CppUnit development mailing list
2009-11-21 18:38:37 UTC
Permalink
I believe this issue has been fixed in the trunk by andydent.

See notes:
http://cppunit.svn.sourceforge.net/viewvc/cppunit/trunk/cppunit/INSTALL-VS.Net2008.txt?view=markup

2009/11/17 CppUnit development mailing list <
Post by CppUnit development mailing list
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
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
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus
on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Cppunit-devel mailing list
https://lists.sourceforge.net/lists/listinfo/cppunit-devel
Loading...