How can I use jclcompression in Delphi, is there any example?

Yesterday I installed the jclcompressin component. When I use it, the error is "load to 7z.dll". Does anyone have some sample code using jclcompressıon block? As if I am compressing a text file?

+5
source share
1 answer

To work with the module JclCompression, you must have the file 7z.dllin the same path as your exe. you can get this file that lowers the indexing of the 7zip installer from here ( remember that we always use the 32-bit version of the dll).

,

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

Using 7-Zip from Delphi?

+9

All Articles