如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲...
- 资源大小:19.73 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
Windows开发
资 源 简 介
如果要编写模块化的软件,就要对对动态链接库(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
ExportClass.rc
DlgDog.h
DogClass.cpp
ExportClass.dsp
ReadMe.txt
ExportClass.cpp
ExportClass.def
DogClass.h
StdAfx.cpp
res
ExportClass.rc2
StdAfx.h
Resource.h
DlgDog.cpp
ExportClass.dsw
res
TestExportClass
TestExportClassDlg.cpp
TestExportClass.rc
ReadMe.txt
TestExportClass.h
TestExportClass.cpp
TestExportClass.dsp
StdAfx.h
StdAfx.cpp
res
TestExportClass.rc2
TestExportClass.dsw
TestExportClassDlg.h
Resource.h
DogClass.h