解压 deflate64

发布于 2024-09-10 06:36:35 字数 1436 浏览 5 评论 0原文

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

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

发布评论

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

评论(2

囚我心虐我身 2024-09-17 06:36:35

我有一个类似的问题。

我的问题是我试图从 64 位 exe 调用 unzip32.dll。

看看这个:
在 64 位 .Net 应用程序中导入 32 位 dll

I had a similar problem to this.

My problem was that I was trying to call the unzip32.dll from a 64-bit exe.

Check this out:
32 bit dll importing in 64 bit .Net application

烟花肆意 2024-09-17 06:36:35

SevenSharpZip 只是本机 7zip dll 的包装器。我更喜欢 SharpZipLib 作为纯 .NET 压缩解决方案,但它不支持 Deflate64。我尝试过添加支持,但我不熟悉他们的 ZIP 实现。有一个标准,但不同的实现有很大不同。我最终使用了 SevenSharpZip,但是最近我确实遇到了一个错误 - 我添加了在运行操作之前备份存档的功能,我向其他人推荐这一功能。

SevenSharpZip is only a wrapper around the native 7zip dll. I prefer SharpZipLib as a pure .NET compression solution, however it doesn't support Deflate64. I had a crack at adding support but I'm to unfamiliar with their ZIP implementation. There is a standard but the different implementations are so different. I ended up using SevenSharpZip, however I did come across an error recently - I'm adding the ability to back up the archive before running operations, which I recommend to others.

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