Description: 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 description.
To Search:
File list (Check if you may need any files):
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