|
发表于 2014-5-9 18:33:51
|
显示全部楼层
我用vc6.0编辑有好多错误
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(375) : error C2065: 'CLSID_Shell' : undeclared identifier
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(380) : error C2027: use of undefined type 'IShellDispatch'
D:\qiyebanbiancheng\INCLUDE\comdef.h(515) : see declaration of 'IShellDispatch'
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(380) : error C2227: left of '->Release' must point to class/struct/union
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(383) : error C2027: use of undefined type 'IShellDispatch'
D:\qiyebanbiancheng\INCLUDE\comdef.h(515) : see declaration of 'IShellDispatch'
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(383) : error C2227: left of '->ControlPanelItem' must point to class/struct/union
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(384) : error C2027: use of undefined type 'IShellDispatch'
D:\qiyebanbiancheng\INCLUDE\comdef.h(515) : see declaration of 'IShellDispatch'
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(384) : error C2227: left of '->Release' must point to class/struct/union
C:\Users\Administrator\Desktop\Internet Explorer\Internet ExplorerFun.cpp(1047) : error C2065: 'CLSID_InternetShortcut' : undeclared identifier
|
|