Menu

#187 Compiling error with VS 2008

1.12.0
closed-fixed
5
2014-08-27
2008-03-22
Luke1410
No

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 "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("9.0") lcid("0") raw_interfaces_only named_guids

That worked like a charm for me.
(source: http://sarathc.wordpress.com/2007/12/25/cppunit-error-c3505-cannot-load-type-library-80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2-whats-it/
)

Discussion

  • Baptiste Lepilleur

    • status: open --> closed-fixed
     
  • Baptiste Lepilleur

    Fixed in trunk by andydent

     

Log in to post a comment.