On 12/2/24 10:39 AM, Wayne Sherman via fpc-pascal wrote:
On Mon, Dec 2, 2024 at 4:16 AM wkitty42--- wrote:
TLDR; i'm looking for a (small?) Pascal library to handle lz4 data blocks
contained inside a data file...

These use the lz4 library with pascal bindings (.a and.o files which
can be compiled into your executable).  One is written for Delphi but
might work with some changes:

LZ4 for Lazarus, Windows only, no DLL
https://forum.lazarus.freepascal.org/index.php/topic,66391.0.html

lz4-delphi - Delphi bindings for lz4
https://github.com/Hugie/lz4-delphi
https://stackoverflow.com/questions/42672056/decompress-lz4-stream-of-unknown-size

thanks... i've seen the stackoverflow one and others from there but none have been very helpful...

i should have also mentioned that i need a solution for linux since that's my main OS... targets for windows and macOS may come later, though...

it may be possible for the Delphi converter in Lazarus to convert Hugie's Delphi stuff to something i can use... hummm... that may be another rabbit hole i don't want to get into, though...


--
 NOTE: No off-list assistance is given without prior approval.
       *Please keep mailing list traffic on the list where it belongs!*
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to