ATL实现返回COM接口的例子

时间:2010-11-20 05:58:23
【文件属性】:

文件名称:ATL实现返回COM接口的例子

文件大小:62KB

文件格式:RAR

更新时间:2010-11-20 05:58:23

ATL

ATL实现返回COM接口的例子.COM源码和VB测试程序。


【文件预览】:
VB测试
----Form1.frm(884B)
----工程1.vbp(745B)
----MSSCCPRJ.SCC(190B)
----工程1.vbw(49B)
----工程1.exe(16KB)
com中返回com.txt
testcoms
----myObj.rgs(636B)
----testcomsPS.vcproj.vspscc(358B)
----testcomsPS.vcproj(4KB)
----testcoms.vcproj(7KB)
----stdafx.h(1KB)
----testcoms.def(188B)
----testcoms.rc(3KB)
----testcoms.aps(5KB)
----testcoms_p.c(11KB)
----testcomsps.def(202B)
----myTest.h(1KB)
----testcoms.idl(1KB)
----testcoms.rgs(121B)
----testcoms.vcproj.vspscc(324B)
----Debug()
--------testcoms.dll(176KB)
----stdafx.cpp(135B)
----ReadMe.txt(2KB)
----testcoms.cpp(1KB)
----myTest.rgs(644B)
----Resource.h(585B)
----testcomsPS.vcproj.CHNUSER.Tim.user(1KB)
----myObj.h(1KB)
----myObj.cpp(205B)
----testcoms.vcproj.CHNUSER.Tim.user(1KB)
----Obj.h(461B)
----testcoms_i.c(2KB)
----Obj.cpp(92B)
----testcoms.h(10KB)
----myTest.cpp(255B)
----dlldata.c(837B)
testcoms.suo
testcoms.sln

网友评论

  • 测试了一下不行,不过想想到了其他的方法: CComObject<CIVersion>* pObj = NULL; HRESULT hr = CComObject<CIVersion>::CreateInstance(&pObj;); pObj->QueryInterface(__uuidof(IIVersion), (void **)pVal);
  • 谢谢分享资源,十分有用!
  • 谢谢分享资源,十分有用!
  • 认真学习了您的这个小程序,但发现在vb设置断点调试的时候报错,什么原因啊? 我的QQ:19109704