不同程序通过DLL通信的实例

时间:2016-01-10 09:37:05
【文件属性】:

文件名称:不同程序通过DLL通信的实例

文件大小:4.58MB

文件格式:RAR

更新时间:2016-01-10 09:37:05

DLL 共享数据段

通过使用共享数据段,几个程序可以借助DLL互相通信,完成一致性


【文件预览】:
code
----dll()
--------StdAfx.h(1KB)
--------Release()
--------mydll.h(1KB)
--------mydll.clw(377B)
--------mydll.rc(3KB)
--------res()
--------mydll.dsw(533B)
--------mydll.plg(2KB)
--------mydll.aps(18KB)
--------mydll.ncb(89KB)
--------Resource.h(377B)
--------mydll.def(215B)
--------mydll.opt(48KB)
--------mydll.dsp(4KB)
--------StdAfx.cpp(207B)
--------mydll.cpp(3KB)
----test_()
--------ReadMe.txt(3KB)
--------test_.exe(104KB)
--------StdAfx.h(1KB)
--------test_.plg(531B)
--------test_.clw(1KB)
--------mydll.h(1KB)
--------test_.cpp(2KB)
--------res()
--------test_.h(1KB)
--------test_.rc(5KB)
--------test_.aps(35KB)
--------test_Dlg.cpp(4KB)
--------Debug()
--------mydll_R.dll(28KB)
--------test_.dsw(533B)
--------resource.h(821B)
--------test_.opt(48KB)
--------test_.dsp(4KB)
--------test_Dlg.h(1KB)
--------test_.ncb(41KB)
--------StdAfx.cpp(207B)
--------mydll_R.lib(2KB)

网友评论