VS2005에서 IMAPIv2.0빌드하는데 오유나옵니다. 방조해주십시오
저의 개발환경은
WindowsXP(SP3)
VisualStudio2005
IMAPIv2.0(For XP3)패캐지 새로 설치
우의 환경에서 빌드할때 아래와 같은 오유가 발생합니다.
(물론 VisualStudio2010으로 빌드하면 오유가 나오지 않습니다. 꼭 VS2005로 빌드할 사정이니 방조를 부탁합니다.)
stdafx.cpp
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(430) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(512) : error C2065: '__RPC__in' : undeclared identifier
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(512) : error C2146: syntax error : missing ')' before identifier 'IEnumConnections'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(512) : warning C4229: anachronism used : modifiers on data are ignored
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(515) : error C2059: syntax error : ')'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(549) : error C2061: syntax error : identifier '__RPC__out'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(552) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(555) : error C2061: syntax error : identifier '__RPC__in_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(562) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(684) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(766) : error C2146: syntax error : missing ')' before identifier 'IEnumConnectionPoints'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(766) : warning C4229: anachronism used : modifiers on data are ignored
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(769) : error C2059: syntax error : ')'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(803) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(806) : error C2061: syntax error : identifier '__RPC__in'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(905) : error C2061: syntax error : identifier '__RPC__inout'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(909) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1012) : error C2146: syntax error : missing ')' before identifier 'IClassFactory2'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1012) : warning C4229: anachronism used : modifiers on data are ignored
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1015) : error C2059: syntax error : ')'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1047) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1134) : error C2061: syntax error : identifier '__RPC__out'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1229) : error C2061: syntax error : identifier '__RPC__out'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1234) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1365) : error C2061: syntax error : identifier '__RPC__inout'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1368) : error C2061: syntax error : identifier '__RPC__in'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1498) : error C2061: syntax error : identifier '__RPC__deref_out_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1501) : error C2061: syntax error : identifier '__RPC__inout'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1506) : error C2061: syntax error : identifier '__RPC__in'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1648) : error C2061: syntax error : identifier '__RPC__in_opt'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1651) : error C2061: syntax error : identifier '__RPC__in'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1658) : error C2061: syntax error : identifier '__RPC__out'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1662) : error C2061: syntax error : identifier '__RPC__in_ecount_full'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1662) : error C2059: syntax error : ')'
1>c:\program files\microsoft sdks\windows\v7.0a\include\ocidl.h(1662) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>빌드 로그가 "file://d:\BurnImage\BurnImage\Debug\BuildLog.htm"에 저장되었습니다.
1>BurnImage - 오류: 32개, 경고: 3개
댓글 달기