I would like to use the 7-Zip DLLs from Delphi but have not been able to find decent documentation or examples. Does anyone know how to use the 7-Zip DLLs from Delphi?
|
|
As of release 1.102 the JEDI Code Library has support for 7-Zip built into the JclCompression unit. Haven't used it myself yet, though. |
|||
|
|
|
|
This open source component might work for you. |
||
|
|
|
|
Expanding on Oliver Giesen's answer, as with a lot of the JEDI Code Library, I couldn't find any decent documentation, but this works for me:
|
|||
|
|
|
|
If you intend to use 7Zip only for zip and unzip take a look at the TZip component. I have written a small wrapper for my own purposes, which you can find in the Zipper.pas file, feel free to reuse. |
||
|
|
|
|
7 Zip Plugin API |
|||
|
|
