LZMA Or 7zip in Delphi

纵然是瞬间 提交于 2019-12-01 06:30:52

there are two solutions:

1) use the into native pascal translated sdk:

Pascal LZMA SDK

Source Download

2) you can compile the c version of the sdk into obj files and link them to your delphi project. this one requires a translation of the header files to delphi and it requires lots of c knowledge.

LZMA SDK

Inno setup have delphi source code to encode and decode lzma.

http://www.jrsoftware.org/isdl.php

you could also simply use inno setup to create your self extractor.

try http://www.progdigy.com/?page_id=13 it might be what you need

JCL has JclCompression library which support 7zip and there's Delphi 7 Zip API both of them are open source project.

A patch for Delphi Zip that support both LZMA and Zip64 is ready: delphi-zip

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!