Description: Procedures for the preparation of dynamic link library. Static library and dynamic library distinction, and call the procedure in the static libraries and dynamic link library differences. How to use tools to view the dynamic link library output function, Depends the use of tools, C++ compiler name adaptation of technology for dynamic link library output function of, extern " C" usage, use of the module definition file to resolve the C++ name of adaptation problems. Defined with typedef pointer to a function type, how to obtain the dynamic link library function pointer.
To Search:
File list (Check if you may need any files):
lesson19\Lesson19动态链接库.ppt
........\课程内容.txt
........\Lesson19Code\DllTest\Dll1.dll
........\............\.......\Dll1.lib
........\............\.......\Dll2.dll
........\............\.......\Dll3.dll
........\............\.......\DllTest.aps
........\............\.......\DllTest.clw
........\............\.......\DllTest.cpp
........\............\.......\DllTest.dsp
........\............\.......\DllTest.dsw
........\............\.......\DllTest.h
........\............\.......\DllTest.ncb
........\............\.......\DllTest.opt
........\............\.......\DllTest.plg
........\............\.......\DllTest.rc
........\............\.......\DllTestDlg.cpp
........\............\.......\DllTestDlg.h
........\............\.......\ReadMe.txt
........\............\.......\RESOURCE.H
........\............\.......\StdAfx.cpp
........\............\.......\StdAfx.h
........\............\.......\res\DllTest.ico
........\............\.......\...\DllTest.rc2
........\............\...3\Dll3.cpp
........\............\....\Dll3.dsp
........\............\....\Dll3.dsw
........\............\....\Dll3.ncb
........\............\....\Dll3.opt
........\............\....\Dll3.plg
........\............\...2\Dll2.cpp
........\............\....\Dll2.def
........\............\....\Dll2.dsp
........\............\....\Dll2.dsw
........\............\....\Dll2.ncb
........\............\....\Dll2.opt
........\............\....\Dll2.plg
........\............\...1\Dll1.cpp
........\............\....\Dll1.dsp
........\............\....\Dll1.dsw
........\............\....\Dll1.h
........\............\....\Dll1.ncb
........\............\....\Dll1.opt
........\............\....\Dll1.plg
........\............\...Test\res
........\............\DllTest
........\............\Dll3
........\............\Dll2
........\............\Dll1
........\Lesson19Code
lesson19