自制作COM组件的实现和调用

时间:2012-12-14 06:59:53
【文件属性】:
文件名称:自制作COM组件的实现和调用
文件大小:2.65MB
文件格式:RAR
更新时间:2012-12-14 06:59:53
COM,DLL 本例实现COM组件的开发示例,并将COM组件以DLL库存储,用户程序通过对DLL调用,实现COM开发的例子。全部开发基于Win32控制台,避免调用MFC这样使该例的示范性更加明淅。
【文件预览】:
COM
----MathFuncsDll.exp(2KB)
----StdAfx.cpp(290B)
----COM.ncb(65KB)
----COM.dsp(4KB)
----COM.plg(240B)
----COM.dsw(531B)
----COM.cpp(8KB)
----Debug()
--------vc60.pdb(212KB)
--------COM.pdb(497KB)
--------vc60.idb(145KB)
--------COM.sbr(781KB)
--------COM.exe(200KB)
--------COM.obj(37KB)
--------StdAfx.obj(2KB)
--------COM.ilk(223KB)
--------StdAfx.sbr(4KB)
--------COM.pch(199KB)
----ReadMe.txt(1KB)
----StdAfx.h(769B)
----COM.opt(49KB)
----MathFuncsDll.dll(276KB)
----MathFuncsDll.lib(4KB)
----IFACE.h(1KB)
MathFuncsDll
----MathFuncsDll.dsw(549B)
----MathFuncsDll.opt(49KB)
----MathFuncsDll.plg(1KB)
----MathFuncsDll.cpp(850B)
----MathFuncsDll.ncb(217KB)
----Debug()
--------MathFuncsDll.exp(2KB)
--------MathFuncsDll.pdb(665KB)
--------vc60.pdb(100KB)
--------vc60.idb(177KB)
--------MathFuncsDll.obj(67KB)
--------MathFuncsDll.pch(5.09MB)
--------MathFuncsDll.ilk(370KB)
--------MathFuncsDll.sbr(981KB)
--------MathFuncsDll.dll(276KB)
--------MathFuncsDll.lib(4KB)
----MathFuncsDll.h(2KB)
----MathFuncsDll.dsp(4KB)
----MathFuncsDll.DEF(249B)
----IFACE.h(1KB)

网友评论

  • 不错,可以借鉴
  • 下载的时间有点久了,很不错的,可以下载来学习学习
  • 好用 COM组件学习帮助 谢谢作者
  • 对COM组件的开发有一定的启发,谢谢作者。