在 Delphi 2009 中解压 gzip 压缩文件
在 Delphi 2007 之前,我一直使用 DelphiZlib 0.2.99 来解压缩 gzip 文件。在 Delphi 2009 中,该库不再编译。除了与 Delphi 自己的 zlib.pas 单元冲突之外,该代码还会生成许多与字符串相关的编译器错误和警告,我认为如果不仔细了解库代码,我无法修复这些错误和警告。 DelphiZlib 代码最后一次修改是在 2000 年,此后似乎没有更新过。
对于 Delphi 2009,我可以用什么来替换它?我所需要的只是解压缩 *.gz 文件。这是一个免费软件项目,所以我强烈喜欢免费的源解决方案,但我也会考虑商业库。
Up until Delphi 2007 I was using DelphiZlib 0.2.99 for decompressing gzipped files. In Delphi 2009 the library does not compile anymore. Besides the conflict with Delphi's own zlib.pas unit, the code generates a number of string-related compiler errors and warnings which I don't think I can fix without a close understanding of the library code. DelphiZlib code was last modified in the year 2000, and it does not seem to have been updated since.
What can I replace it with for Delphi 2009? All I need is to decompress *.gz files. This is for a freeware project, so I strongly prefer free-with-source solutions, but I'll consider commercial libraries too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 Abbrevia
Have a look at Abbrevia