编译错误:error C2065: 'IAsyncSetup' : undeclared identifier,奇怪的问题!
开始编译通过,修改了stdafx.h文件之后,再次编译出现上面错误:
c:\program files\microsoft visual studio\vc98\include\comdef.h(695) : error C2065: 'IAsyncSetup' : undeclared identifier
定位到:comdef.h文件中
_COM_SMARTPTR_TYPEDEF(IAsyncSetup, __uuidof(IAsyncSetup));
我重新打了VS6sp5的补丁,没有用,什么原因?