Re: [fpc-pascal] freepascal lz4 library?

2024-12-02 Thread José Mejuto via fpc-pascal
El 02/12/2024 a las 13:16, wkitty42--- via fpc-pascal escribió: i can do this in python3 but i would rather do it in Pascal because i have an idea for a project that i think i want to write in Pascal...  Freepascal and possibly Lazarus are my weapons and the only thing i cannot find is the l

Re: [fpc-pascal] freepascal lz4 library?

2024-12-02 Thread wkitty42--- via fpc-pascal
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 compi

[fpc-pascal] freepascal lz4 library?

2024-12-02 Thread wkitty42--- via fpc-pascal
TLDR; i'm looking for a (small?) Pascal library to handle lz4 data blocks contained inside a data file... i've looked for information on how to create and open blocks of lz4 compressed data in data files... i haven't found much and i'm not sure i'm searching properly... asking uncle google

Re: [fpc-pascal] What to do to get new users

2024-12-02 Thread Luca Olivetti via fpc-pascal
El 2/12/24 a les 1:44, James Richters via fpc-pascal ha escrit: I've got the fpGUI examples working and had a look at how some of them work, and It's very impressive! I've made a few GDI windows with my Freepascal programs before, but they are clumsy and hard for me to follow.. there is a lot o