A build error occurs when building CPP Unit 1.12.1 with VS 08. Starting the build right after VS converted the project the following error is reported:
3>Project : error PRJ0019: A tool returned an error code from ".\DebugNoTypeInfoName\testrunnerd.dll"
Looking at the project settings (Projects -> Properties -> Configuration Properties -> Configuration) TestRunner is set to Debug Unicode...
When compiling CPPUnit 1.12.1 with VS 08 I get the following error in MsDevCallerListCtrl.cpp:
error C3505: cannot load type library '{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}'
After checking on the net I found the following solution:
replace
#import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("7.0") lcid("0") raw_interfaces_only named_guids
in MsDevCallerListCtrl.cpp with
#import...