搜索资源列表
VCGetDelphiDll
- 告诉大家一个在VC下如何调用Delphi等其它语言编写的动态库,只是一个方法。希望大家多多交流-tell you in a VC how to call other languages such as Delphi prepared by the DLL is only one way.
DelFile
- 这是一个文件操作的相关动态库,函数调用方式参照代码,里面封装了对文件的一写操作,在开发文件服务器的时候会有一定的帮助!-This is a document related to the operation of dynamic libraries, function call form the light source inside a package of documents of a write operation, in the development of file server wi
KingCodeTest
- 一个读取文件后,调用动态库中函数将其转换,最终将原始内容和转换后内容都显示在对话框上程序.-A read file, call the dynamic library functions to convert, and ultimately converted the original content and content are displayed in the dialog box procedure.
LoadLib
- 一个跨平台调用动态库的类,方便使用,通过动态加载的方式调用,提高开发效率-A dynamic library class is called cross-platform, easy to use, dynamically loaded calls, increase development efficiency
ReadInifile
- 读取INI文件的CSharp源代码。编译完成后是一个动态链接库文件,可以直接调用。-CSharp source code to read the INI file. Compiled after the completion of a dynamic link library files, can be called directly.
Code1
- 动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library and the writing of the program. Static libraries and d
Encrypt
- MFC规则库编写的用于文件加密解密的动态库,可以在不同的开发工具中调用实现文件加密及解密的功能-MFC rule library, for the file encryption and decryption , dynamic library, you can call in different development tools to achieve the file encryption and decryption functions
MethodinVB
- 本文以调用Info-ZIP公司的unzip32.dll动态连接库中的函数Wiz_UnzipToMemory为例,详细讨论了在VB中使用Wiz_UnzipToMemory函数时正确传递用户自定义类型参数的方法、在VB中使用指针读取用户自定义类型UzpBuffer参数变量retstr的成员Buffer内容的方法、在VB中释放内存的方法。-Based on the unzip32.dll dynamic link library, call the Info-ZIP function of Wiz_U
