搜索资源列表
Lesson19DLL
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern \"C\"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction
DISPLAY
- DISPLAYLIB,练习编写动态链接库和静态链接库的程序
VC-STATIC-FUNCTION
- VC静态链接库的实例程序,包括静态链接库(调用函数)的生成和调用实例。
ControlEx
- 自己编写整合的扩展VC控件动态库,在应用中只要包含相应的控件头文件,并连接ControlEx.lib文件即可以使用,美化自己的界面控件,共包含按钮控件、扩展列表框控件、扩展Gif显示控件、扩展静态控件、超级链接控件等。其中ButtonEx支持图片、图标、透明、声音等效果。使用别忘把ControlEx.dll复制到你的程序目录下面。-I have written to integrate the dynamic expansion of VC control library, in the app
RegularDllCall
- 可以很好的了解静态链接库和动态链接库的调用方法-A good understanding of the static link library and dynamic link library call
dllTest2_xsdy_DLL
- 可以很好的了解静态链接库和动态链接库的调用方法-A good understanding of the static link library and dynamic link library call
libTest
- 可以很好的了解静态链接库和动态链接库调用方法-A good understanding of the static link library calls
Lesson19Code
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-The dynamic link library program. The difference between static library and
and
- 静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别(The difference between the static library and dynamic library, as well as the caller when link static library and dynamic library differences)
