Changes between Initial Version and Version 1 of Ticket #2445
- Timestamp:
- Oct 24, 2008 1:44:40 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2445
- Property Guest type other → Windows
-
Ticket #2445 – Description
initial v1 1 1 c1085 visual c++ error occurs on compiling cppunit from shared folder. 2 2 3 * download cppunit.sourceforge.net4 * extract it into shared folder.5 * open src/dsw file and convert it to recent version format.(2005).6 * When building TestRunner project,MsDevCallerListCtrl.cpp has on error.7 ** corrent error as the following. 3 * download cppunit.sourceforge.net 4 * extract it into shared folder. 5 * open src/dsw file and convert it to recent version format.(2005). 6 * When building !TestRunner project, !MsDevCallerListCtrl.cpp has on error. 7 * error: 8 8 {{{ 9 9 #import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("7.0") lcid("0") raw_interfaces_only named_guids … … 12 12 #import "libid:80cc9f66-e7d8-4ddd-85b6-d9e6cd0e93e2" version("8.0") lcid("0") raw_interfaces_only named_guids 13 13 }}} 14 * try recompile it.15 * It throws an error c1085.16 * According to http://msdn.microsoft.com/en-us/library/1s8cby67(VS.80).aspx, it seems to be an error concerning shared folder.14 * try recompile it. 15 * It throws an error c1085. 16 * According to http://msdn.microsoft.com/en-us/library/1s8cby67(VS.80).aspx, it seems to be an error concerning shared folder. 17 17 18 18 I tried above with local file system, it works well.