搜索资源列表
vbzip32
- 这是unzip32文件的应用实例:用VB压缩、解压文件示例演示,程序界面写的比较粗糙,只是想演示一下这个DLL如何使用,请注意,使用前先将这两个dll文件拷贝到windows\system目录下。-This is unzip32 file an application example: Using VB compression and decompression file example demonstrates, the program interface to write a bit rou
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
VB中用户自定义类型参数的传递方法
- 本文以Info-ZIP公司的unzip32.dll动态连接库中的函数Wiz_UnzipToMemory为例,详细讨论了在VB中使用Wiz_UnzipToMemory函数时正确传递用户自定义类型参数的方法。(This article takes the Wiz_UnzipToMemory function in the unzip32.dll dynamic link library of Info-ZIP Corporation as an example to discuss in detai
在内存中进行数据解压缩的分析比较
- 本文采用三种不同软件公司的动态链接库组件,分别进行内存解压缩实验,这三种组件分别是: 1、 使用zlib 软件公司的zlib.dll动态链接库组件进行内存解压 2、 使用info-zip软件公司的vbuzip10.dll(也就是unzip32.dll)动态链接库组件进行内存解压 3、 使用xceed软件公司的xceed zip compression library V5.0版本的xceedzip.dll动态链接库组件进行内存解压(This article uses three diffe
应用unzip32.dll中函数Wiz_UnzipToMemory的例子
- 本文在VB中应用动态链接库unzip32.dll中函数Wiz_UnzipToMemory,在内存中进行数据解压缩。(This article applies dynamic link library unzip32.dll function Wiz_UnzipToMemory in VB, decompress in memory.)