文件名称:UsingDLL
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.4mb
- 下载次数:
- 0次
- 提 供 者:
- 高**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个程序是本人在系统的学习动态链接库后总结出来的。对于如何建立和使用动态链接库,里面有程序实例和详细的文字说明。-This program is a systematic study of the dynamic link library, I summed up. How to create and use dynamic link library, there are program examples and detailed text descr iption.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
UsingDLL\动态链接库的创建与调用.chm
........\..........示例程序\Dlltest\Debug\BuildLog.htm
........\..................\.......\.....\Dlltest.exe
........\..................\.......\.....\Dlltest.exe.embed.manifest
........\..................\.......\.....\Dlltest.exe.embed.manifest.res
........\..................\.......\.....\Dlltest.exe.intermediate.manifest
........\..................\.......\.....\Dlltest.exp
........\..................\.......\.....\Dlltest.ilk
........\..................\.......\.....\Dlltest.lib
........\..................\.......\.....\Dlltest.pdb
........\..................\.......\.....\Dlltset.obj
........\..................\.......\.....\mt.dep
........\..................\.......\.....\vc90.idb
........\..................\.......\.....\vc90.pdb
........\..................\.......\DLLPrint.h
........\..................\.......\Dlltest.ncb
........\..................\.......\Dlltest.sln
........\..................\.......\Dlltest.suo
........\..................\.......\Dlltest.vcproj
........\..................\.......\Dlltest.vcproj.zzp-THINK.zzp.user
........\..................\.......\Dlltset.cpp
........\..................\.......\test.dll
........\..................\.......\test.lib
........\..................\test\Debug\BuildLog.htm
........\..................\....\.....\DLLPrint.obj
........\..................\....\.....\mt.dep
........\..................\....\.....\test.dll
........\..................\....\.....\test.dll.embed.manifest
........\..................\....\.....\test.dll.embed.manifest.res
........\..................\....\.....\test.dll.intermediate.manifest
........\..................\....\.....\test.exp
........\..................\....\.....\test.ilk
........\..................\....\.....\test.lib
........\..................\....\.....\test.pdb
........\..................\....\.....\vc90.idb
........\..................\....\.....\vc90.pdb
........\..................\....\DLLPrint.cpp
........\..................\....\DLLPrint.h
........\..................\....\test.ncb
........\..................\....\test.sln
........\..................\....\test.suo
........\..................\....\test.vcproj
........\..................\....\test.vcproj.PC-200810170945.Administrator.user
........\..................\....\test.vcproj.zzp-THINK.zzp.user
........\..................\Dlltest\Debug
........\..................\test\Debug
........\..................\Dlltest
........\..................\test
........\动态链接库示例程序
UsingDLL