我如何在Delphi中使用jclcompression,有例子吗?

发布于 2024-11-18 02:42:57 字数 98 浏览 3 评论 0原文

我昨天安装了 jclcompressin 组件。当我使用它时出现错误“加载到7z.dll”。 有没有人使用 jclcompressıon 单元的示例代码?就像我压缩一个文本文件一样?

I installed jclcompressin component yesterday. When I use it there is an error "load to 7z.dll".
Has anyone example code using the jclcompressıon unit? As if I compress a text file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心欲静而疯不止 2024-11-25 02:42:57

为了使用 JclCompression 单元,您必须将 7z.dll 文件放在 exe 所在的同一路径中。您可以从此处下载 7zip 安装程序来获取此文件(记住始终使用 32 位x86 版本的 dll)。

中的项目

有关使用此单元的示例,您可以检查位于此文件夹\jcl\examples\windows\compression\archive

,或者您可以检查此问题

使用 Delphi 中的 7-Zip?

In order to work with the JclCompression unit you must have the 7z.dll file in the same path where your exe is located. you can get this file downloding the 7zip installer from here (remember always use 32-bit x86 version of the dll).

for samples about using this unit you can check the project located in this folder

<Path to your JCL library>\jcl\examples\windows\compression\archive

or you can check this question

Using 7-Zip from Delphi?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文