代理存根的创建(进程外组件)

时间:2012-11-24 10:26:25
【文件属性】:

文件名称:代理存根的创建(进程外组件)

文件大小:51KB

文件格式:RAR

更新时间:2012-11-24 10:26:25

代理存根 COM ATL

这是中的一个例子,由于缺少代理存根DLL,是的客户端调用进程外组件接口失败. 实现的步骤见http://blog.csdn.net/tttyd/archive/2009/11/04/4768041.aspx


【文件预览】:
chap04
----Chapter4_VBClient()
--------Chapter4_VBClient.vbw(51B)
--------Form1.frm(4KB)
--------Chapter4_VBClient.vbp(613B)
----Chapter4_NativeClient()
--------Chapter4_NativeClient.cpp(4KB)
--------Chapter4_NativeClient.dsp(3KB)
--------Chapter4_NativeClient.plg(276B)
--------Chapter4_NativeClient.001(3KB)
----proxy_stub()
--------proxy_stub.dsw(348B)
--------proxy_stub.dsp(4KB)
--------proxy_stub.ncb(25KB)
--------Chapter4_Server_i.c(1KB)
--------Chapter4_Server.h(23KB)
--------prxoy_stub.def(241B)
--------proxy_stub.plg(2KB)
--------Chapter4_Server_p.c(72KB)
--------dlldata.c(825B)
----Chapter4_Server()
--------Chapter4_Server.idl(4KB)
--------StdAfx.cpp(315B)
--------resource.h(643B)
--------Chapter4_Serverps.mk(539B)
--------Chapter4_Server.aps(4KB)
--------Chapter4_Server.cpp(2KB)
--------Chapter4_Serverps.def(257B)
--------Chapter4_Server.tlb(5KB)
--------Math.cpp(4KB)
--------Chapter4_Server.001(16KB)
--------Chapter4_Server.dsp(16KB)
--------Chapter4_Server.rc(3KB)
--------StdAfx.h(983B)
--------Chapter4_Server_i.c(1KB)
--------Math.h(2KB)
--------Chapter4_Server.plg(1KB)
--------Chapter4_Server.h(23KB)
--------Chapter4_Server.clw(281B)
--------Chapter4_Server.rgs(193B)
--------Chapter4_Server_p.c(30KB)
--------dlldata.c(825B)
--------Math.rgs(462B)
----Chapter4_ATLClient()
--------Chapter4_ATLClient.cpp(4KB)
--------Chapter4_ATLClient.plg(1KB)
--------Chapter4_ATLClient.001(3KB)
--------Chapter4_ATLClient.dsp(3KB)
----Chapter4_Client()
--------Chapter4_Client.plg(264B)
--------chapter4_client.cpp(5KB)
--------Chapter4_Client.dsp(3KB)
--------Chapter4_Client.001(3KB)

网友评论

  • 南源码>中的一个例子,由于缺少代理存根DLL,是的客户端调用进程外组件接口失败. 实现的步骤见http://blog.csdn.net/tttyd/archive/2009/11/04/4768041.aspx
  • 完全搞不懂代理存根是什么意思,谢谢分享!
  • 还可以,其实感觉代理存根dll就是为进程外exe调用时辅助使用。
  • 玩不太明白,也不好好讲讲
  • 感觉不错 但是还是要自己深刻理解