[fpc-pascal] helpsystem, some numbers

Eduardo Morras emorras at xroff.net
Tue Oct 28 11:12:22 CET 2008


At 07:01 28/10/2008, you wrote:
>On Mon, Oct 27, 2008 at 8:40 PM, Eduardo Morras <emorras at xroff.net> wrote:
> >
> > Don't know what's your question (perhaps you posted on wrong list) but chm
> > uses LZX compression algorithm internally.
>
>I was about to mention that as well.  :-)
>
>I have always had the idea of using the HTML help in a zip file and
>access the data directly from it. For use with Lazarus IDE and for my
>own personal projects.  TZipFile component created by Darius can do
>this and allows you to access files in a zip archive as if you are
>accessing then from a normal hard drive. Only compression still needs
>to be implement, but that shouldn't be to hard.

In fact deflate/zip is 18-19 years old and there are lot of better 
compression algorithm, like LZX. I think there is one implemented in 
Pascal (ABC if memory don't fails).

>Regards,
>   - Graeme -
>
>
>_______________________________________________
>fpGUI - a cross-platform Free Pascal GUI toolkit
>http://opensoft.homeip.net/fpgui/
>_______________________________________________
>fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
>http://lists.freepascal.org/mailman/listinfo/fpc-pascal




More information about the fpc-pascal mailing list