I use ZipTV (http://www.ziptv.com/) and it suits my needs in this area.
Peter Laman
Senior Software Engineer
Lance ICT Group
Roermond, the Netherlands
http://www.lance-safety.com
__
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists
Thank you very very much for opening my eyes.
Generally, I knew about that library but in this moment I forgot about it.
I tried it today and it worked like magic.
The files are even 1-2% smaller than regular ZIP :)
Now I have the files not only concatenated, but also compacted. And this
with o
Gabriel, check out VclZip : http://vclzip.bizland.com/kpgbpro.htm
certainly meets your first three requirements, and you can stream files
in and out, similar to what Rob suggested.
[EMAIL PROTECTED] wrote:
> Hi.
>
> I want to save a form with all data inserted by user (in multiple boxes
> and gr
Message -
From: "Chris Rutkowski" <[EMAIL PROTECTED]>
To: "Delphi-Talk Discussion List"
Sent: Saturday, February 03, 2007 3:05 PM
Subject: Re: Data compression in Delphi
> Hi Gabriel,
>
> there used to be the zlib distributed with Delphi - I have used that
>
Hi Gabriel,
there used to be the zlib distributed with Delphi - I have used that
once or twice and it worked well.
I have also used the ZIP.EXE command line utility, started with a
command tail using WINEXEC from within
a Delphi program, and that does most of the tricks required.
Good luck -
C
CubicDesign wrote:
> I want to save a form with all data inserted by user (in multiple boxes
> and grids).
> For this, I have added to all controls a procedure
> SaveToFile/LoadFromFile (like in TStringList.SaveToFile).
> All is working nice with one single exception: I have too many files
> ins