文件名称:vcexportclassdll
- 所属分类:
- 对话框与窗口
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-05-29
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- 伍**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to write modular software, it is necessary right right dynamic link library (DLL) have a certain understanding, I modified this time in previous software, it was decided to repeat the class and dialog boxes to do with the DLL, the following I start from a simple example of how to implement an MFC extension DLL in the derived class and dialog boxes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
vcexportclassdll\TestExportClass\TestExportClassDlg.cpp
................\...............\TestExportClass.rc
................\...............\ReadMe.txt
................\...............\TestExportClass.h
................\...............\TestExportClass.cpp
................\...............\StdAfx.h
................\...............\StdAfx.cpp
................\...............\res\TestExportClass.rc2
................\...............\...\TestExportClass.ico
................\...............\TestExportClass.dsw
................\...............\TestExportClassDlg.h
................\...............\Resource.h
................\...............\DogClass.h
................\...............\copyright.bat
................\...............\TestExportClass.plg
................\...............\TestExportClass.dsp
................\ExportClass\ExportClass.rc
................\...........\DlgDog.h
................\...........\DogClass.cpp
................\...........\ReadMe.txt
................\...........\ExportClass.cpp
................\...........\ExportClass.def
................\...........\DogClass.h
................\...........\StdAfx.cpp
................\...........\res\ExportClass.rc2
................\...........\StdAfx.h
................\...........\Resource.h
................\...........\DlgDog.cpp
................\...........\ExportClass.dsw
................\...........\copyright.bat
................\...........\ExportClass.plg
................\...........\ExportClass.dsp
................\TestExportClass\res
................\ExportClass\res
................\TestExportClass
................\ExportClass
vcexportclassdll