文件名称:DllExportClass
- 所属分类:
- ActiveX/DCOM
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2015-10-16
- 文件大小:
- 72kb
- 下载次数:
- 0次
- 提 供 者:
- pxy***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
该程序演示了如何屏蔽宿主程序与静态加载的DLL导出类接口间的耦合关系,以达到如下目标:
1. DLL导出类接口定义变更,宿主程序不必重新编译;
2. 若出现对应的需求变更,只需更新DLL文件即可,所有静态依赖于该DLL的宿主程序均不需要重新发布。
3. 程序介绍:
1)TestExe:宿主程序
2)TestDll:DLL程序;
3)宿主程序静态加载DLL;
4)Environment: 运行环境。-
This program demonstrates how to shield coupling between the host program and static loading DLL exported class interfaces between, in order to achieve the following objectives:
1. DLL exported class interface definitions change, the host does not have to be recompiled
2. If there is a corresponding demand for change, you can simply update the DLL file, all static rely on the DLL are not required to republish the host program.
3. Program descr iption:
1) TestExe: host program
2) TestDll: DLL procedures
3) the host program statically loaded DLL
4) Environment: operating environment.
1. DLL导出类接口定义变更,宿主程序不必重新编译;
2. 若出现对应的需求变更,只需更新DLL文件即可,所有静态依赖于该DLL的宿主程序均不需要重新发布。
3. 程序介绍:
1)TestExe:宿主程序
2)TestDll:DLL程序;
3)宿主程序静态加载DLL;
4)Environment: 运行环境。-
This program demonstrates how to shield coupling between the host program and static loading DLL exported class interfaces between, in order to achieve the following objectives:
1. DLL exported class interface definitions change, the host does not have to be recompiled
2. If there is a corresponding demand for change, you can simply update the DLL file, all static rely on the DLL are not required to republish the host program.
3. Program descr iption:
1) TestExe: host program
2) TestDll: DLL procedures
3) the host program statically loaded DLL
4) Environment: operating environment.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
屏蔽DLL导出类接口耦合
.....................\Environment
.....................\...........\TestDll.dll
.....................\...........\TestExe.exe
.....................\include
.....................\.......\BaseExportClass.h
.....................\.......\TestClass.h
.....................\lib
.....................\...\TestDll.lib
.....................\TestDll
.....................\.......\BaseExportClass.cpp
.....................\.......\BaseExportClass.h
.....................\.......\ReadMe.txt
.....................\.......\res
.....................\.......\Resource.h
.....................\.......\res\TestDll.rc2
.....................\.......\StdAfx.cpp
.....................\.......\StdAfx.h
.....................\.......\TestClass.cpp
.....................\.......\TestClass.h
.....................\.......\TestDll.aps
.....................\.......\TestDll.clw
.....................\.......\TestDll.cpp
.....................\.......\TestDll.def
.....................\.......\TestDll.dsp
.....................\.......\TestDll.dsw
.....................\.......\TestDll.h
.....................\.......\TestDll.ncb
.....................\.......\TestDll.opt
.....................\.......\TestDll.plg
.....................\.......\TestDll.rc
.....................\.......\ZJObjectManager.cpp
.....................\.......\ZJObjectManager.h
.....................\TestExe
.....................\.......\ReadMe.txt
.....................\.......\res
.....................\.......\Resource.h
.....................\.......\res\TestExe.ico
.....................\.......\...\TestExe.rc2
.....................\.......\StdAfx.cpp
.....................\.......\StdAfx.h
.....................\.......\TestExe.aps
.....................\.......\TestExe.clw
.....................\.......\TestExe.cpp
.....................\.......\TestExe.dsp
.....................\.......\TestExe.dsw
.....................\.......\TestExe.h
.....................\.......\TestExe.ncb
.....................\.......\TestExe.opt
.....................\.......\TestExe.plg
.....................\.......\TestExe.rc
.....................\.......\TestExeDlg.cpp
.....................\.......\TestExeDlg.h
.....................\.......\ZJObjectAssist.h