搜索资源列表
cunrar_src
- How does the class use unrar.dll ? Unrar.dll is freely distributable, and officially released by RarLabs. It is the interface which existing applications use to manipulate RAR archives. In the class, five functions are exported from the DLL and use
WinrarVB
- 以前发布过一个VB解压缩RAR文档的示例,有很多网友提示出错,后来才发现是 UnRar.dll版本太旧的缘故。现在重新发布一个使用 UnRar.dll进行解压缩、压缩文件测试及注释信息提取等功能的源代码。这个 UnRar.dll目前为最新版,版本是 3.80.2.166,可以向下兼容识别所有Winrar格式的压缩文件。这个示例就是利用这个动态链接库进行的一些操作,但目前还没有压缩文件的功能,里面的dll函数接口还需要进一步的解析和查找资料,官方好像也没有提供,希望有知道的网友也可以提供一下。更希