文件名称:DLLandLib
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-01-07
- 文件大小:
- 9.76mb
- 下载次数:
- 0次
- 提 供 者:
- 温**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
学习编写以及调用动态链接库,静态链接库的实例,适合初学者,提供编写程序的基本思路-The basic idea of learning to write and call the dynamic link library, examples of static link library, suitable for beginners, provide written procedures
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DLLandLib\MyDLL\MyDLL\MyDLL.cpp
.........\.....\.....\MyDLL.h
.........\.....\.....\MyDLL.vcproj
.........\.....\.....\MyDLL.vcproj.WENXIANLIANG.Administrator.user
.........\.....\.....\MyDLL.vcproj.Zou-PC.Zou.user
.........\.....\MyDLL.sln
.........\.....\MyDLL.suo
.........\.....\UseDLL\MyDLL.dll
.........\.....\......\ReadMe.txt
.........\.....\......\res\UseDLL.ico
.........\.....\......\...\UseDLL.rc2
.........\.....\......\resource.h
.........\.....\......\stdafx.cpp
.........\.....\......\stdafx.h
.........\.....\......\targetver.h
.........\.....\......\UseDLL.aps
.........\.....\......\UseDLL.cpp
.........\.....\......\UseDLL.h
.........\.....\......\UseDLL.rc
.........\.....\......\UseDLL.vcproj
.........\.....\......\UseDLL.vcproj.WENXIANLIANG.Administrator.user
.........\.....\......\UseDLL.vcproj.Zou-PC.Zou.user
.........\.....\......\UseDLLDlg.cpp
.........\.....\......\UseDLLDlg.h
.........\..Lib\Library\MyLib.h
.........\.....\.......\MyLib.lib
.........\.....\MyLib\Debug\BuildLog.htm
.........\.....\.....\.....\MyLib.obj
.........\.....\.....\.....\vc90.idb
.........\.....\.....\.....\vc90.pdb
.........\.....\.....\MyLib.cpp
.........\.....\.....\MyLib.h
.........\.....\.....\MyLib.vcproj
.........\.....\.....\MyLib.vcproj.WENXIANLIANG.Administrator.user
.........\.....\.....\MyLib.vcproj.Zou-PC.Zou.user
.........\.....\.....\ReadMe.txt
.........\.....\MyLib.sln
.........\.....\MyLib.suo
.........\.....\UseLib\Debug\BuildLog.htm
.........\.....\......\.....\mt.dep
.........\.....\......\.....\stdafx.obj
.........\.....\......\.....\UseLib.exe.embed.manifest
.........\.....\......\.....\UseLib.exe.embed.manifest.res
.........\.....\......\.....\UseLib.exe.intermediate.manifest
.........\.....\......\.....\UseLib.obj
.........\.....\......\.....\UseLib.pch
.........\.....\......\.....\UseLib.res
.........\.....\......\.....\UseLibDlg.obj
.........\.....\......\.....\vc90.idb
.........\.....\......\.....\vc90.pdb
.........\.....\......\ReadMe.txt
.........\.....\......\res\UseLib.ico
.........\.....\......\...\UseLib.rc2
.........\.....\......\resource.h
.........\.....\......\stdafx.cpp
.........\.....\......\stdafx.h
.........\.....\......\targetver.h
.........\.....\......\UseLib.aps
.........\.....\......\UseLib.cpp
.........\.....\......\UseLib.h
.........\.....\......\UseLib.rc
.........\.....\......\UseLib.vcproj
.........\.....\......\UseLib.vcproj.WENXIANLIANG.Administrator.user
.........\.....\......\UseLib.vcproj.Zou-PC.Zou.user
.........\.....\......\UseLibDlg.cpp
.........\.....\......\UseLibDlg.h
.........\动态库与静态库.txt
.........\MyDLL\UseDLL\res
.........\..Lib\MyLib\Debug
.........\.....\UseLib\Debug
.........\.....\......\res
.........\..DLL\MyDLL
.........\.....\UseDLL
.........\..Lib\Library
.........\.....\MyLib
.........\.....\UseLib
.........\MyDLL
.........\MyLib
DLLandLib