Description: I software design operating dynamic link library Objective: To understand the the MFC support three dynamic link library: Win32DLL, MFC regular DLL, the MFC extension library. Master the basic package DLL. Step: three new different DLL engineering encapsulate some of the classes and functions create a new test project called above Curry function or class encapsulates a dialog class to the DLL, and create a new project called the.
To Search:
File list (Check if you may need any files):
5--动态链接库\ExtDLL\ExtDLL.clw
.............\......\ExtDLL.cpp
.............\......\ExtDLL.def
.............\......\ExtDLL.dsp
.............\......\ExtDLL.dsw
.............\......\ExtDLL.ncb
.............\......\ExtDLL.opt
.............\......\ExtDLL.plg
.............\......\ExtDLL.rc
.............\......\ReadMe.txt
.............\......\res\ExtDLL.rc2
.............\......\Resource.h
.............\......\StdAfx.cpp
.............\......\StdAfx.h
.............\MFCDLL\MFCDLL.APS
.............\......\MFCDLL.clw
.............\......\MFCDLL.cpp
.............\......\MFCDLL.def
.............\......\MFCDLL.dsp
.............\......\MFCDLL.dsw
.............\......\MFCDLL.h
.............\......\MFCDLL.ncb
.............\......\MFCDLL.opt
.............\......\MFCDLL.plg
.............\......\MFCDLL.rc
.............\......\ReadMe.txt
.............\......\res\MFCDLL.rc2
.............\......\Resource.h
.............\......\StdAfx.cpp
.............\......\StdAfx.h
.............\testDLL\ExtDLL.dll
.............\.......\MFCDLL.dll
.............\.......\ReadMe.txt
.............\.......\res\testDLL.ico
.............\.......\...\testDLL.rc2
.............\.......\Resource.h
.............\.......\StdAfx.cpp
.............\.......\StdAfx.h
.............\.......\testDLL.aps
.............\.......\testDLL.clw
.............\.......\testDLL.cpp
.............\.......\testDLL.dsp
.............\.......\testDLL.dsw
.............\.......\testDLL.h
.............\.......\testDLL.ncb
.............\.......\testDLL.opt
.............\.......\testDLL.plg
.............\.......\testDLL.rc
.............\.......\testDLLDlg.cpp
.............\.......\testDLLDlg.h
.............\.......\Win32DLL.dll
.............\Win32DLL\Win32DLL.cpp
.............\........\Win32DLL.def
.............\........\Win32DLL.dsp
.............\........\Win32DLL.dsw
.............\........\Win32DLL.ncb
.............\........\Win32DLL.opt
.............\........\Win32DLL.plg
.............\ExtDLL\res
.............\MFCDLL\res
.............\testDLL\res
.............\ExtDLL
.............\MFCDLL
.............\testDLL
.............\Win32DLL
5--动态链接库