VisualStudio2005에서 IMAPIv2.0을 어떻게 빌드하는가요?
VisualStudi2005에서 IMAPI2.0을 리용하려고 하면 다음과 같은 오유가 발생합니다.
오유를 보시고 고견을 주십시오.
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개