Introduction - If you have any usage issues, please Google them yourself
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.
Packet : 105189一步一步实现mfc扩展dll中导出类和对话框.rar filelist
TestExportClass
TestExportClass\TestExportClassDlg.cpp
TestExportClass\TestExportClass.rc
TestExportClass\ReadMe.txt
TestExportClass\TestExportClass.h
TestExportClass\TestExportClass.cpp
TestExportClass\TestExportClass.dsp
TestExportClass\StdAfx.h
TestExportClass\StdAfx.cpp
TestExportClass\res
TestExportClass\res\TestExportClass.rc2
TestExportClass\res\TestExportClass.ico
TestExportClass\TestExportClass.dsw
TestExportClass\TestExportClassDlg.h
TestExportClass\Resource.h
TestExportClass\DogClass.h
ExportClass
ExportClass\ExportClass.rc
ExportClass\DlgDog.h
ExportClass\DogClass.cpp
ExportClass\ExportClass.dsp
ExportClass\ReadMe.txt
ExportClass\ExportClass.cpp
ExportClass\ExportClass.def
ExportClass\DogClass.h
ExportClass\StdAfx.cpp
ExportClass\res
ExportClass\res\ExportClass.rc2
ExportClass\StdAfx.h
ExportClass\Resource.h
ExportClass\DlgDog.cpp
ExportClass\ExportClass.dsw