文件名称:一步一步实现MFC扩展DLL中导出类和对话框
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and dialogs in common use into DLLs. Now we begin with a simple example, to explain how to export classes an dialogs from MFC extended DLL.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ExportClass
...........\DlgDog.cpp
...........\DlgDog.h
...........\DogClass.cpp
...........\DogClass.h
...........\ExportClass.cpp
...........\ExportClass.def
...........\ExportClass.dsp
...........\ExportClass.dsw
...........\ExportClass.rc
...........\ReadMe.txt
...........\res
...........\...\ExportClass.rc2
...........\Resource.h
...........\StdAfx.cpp
...........\StdAfx.h
TestExportClass
...............\DogClass.h
...............\ReadMe.txt
...............\res
...............\...\TestExportClass.rc2
...............\Resource.h
...............\StdAfx.cpp
...............\StdAfx.h
...............\TestExportClass.cpp
...............\TestExportClass.dsp
...............\TestExportClass.dsw
...............\TestExportClass.h
...............\TestExportClass.rc
...............\TestExportClassDlg.cpp
...............\TestExportClassDlg.h
...........\DlgDog.cpp
...........\DlgDog.h
...........\DogClass.cpp
...........\DogClass.h
...........\ExportClass.cpp
...........\ExportClass.def
...........\ExportClass.dsp
...........\ExportClass.dsw
...........\ExportClass.rc
...........\ReadMe.txt
...........\res
...........\...\ExportClass.rc2
...........\Resource.h
...........\StdAfx.cpp
...........\StdAfx.h
TestExportClass
...............\DogClass.h
...............\ReadMe.txt
...............\res
...............\...\TestExportClass.rc2
...............\Resource.h
...............\StdAfx.cpp
...............\StdAfx.h
...............\TestExportClass.cpp
...............\TestExportClass.dsp
...............\TestExportClass.dsw
...............\TestExportClass.h
...............\TestExportClass.rc
...............\TestExportClassDlg.cpp
...............\TestExportClassDlg.h