文件名称:lianjieku
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 166kb
- 下载次数:
- 0次
- 提 供 者:
- cx***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本人软件设计作业动态链接库
目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。
步骤:
新建三个不同的DLL工程;
分别封装一些类和函数;
新建一个测试工程对上述库里的函数或类进行调用;
封装一个对话框类到DLL,并新建一个工程调用之。-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.
目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。
步骤:
新建三个不同的DLL工程;
分别封装一些类和函数;
新建一个测试工程对上述库里的函数或类进行调用;
封装一个对话框类到DLL,并新建一个工程调用之。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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--动态链接库