On 09/02/12 05:09, Tony Caduto wrote:
The original app zipped the contents of a memo(using vclzip) which was
saved to a stream, and the zip does not get stored in a file, rather a
tmemorystream, whichis then sent to a client app via a socket.
The functions 'compress' and 'uncompress' in units zC
Hi,
I am trying to port a Delphi app to Freepascal/Lazarus.
The original app zipped the contents of a memo(using vclzip) which was
saved to a stream, and the zip does not get stored in a file, rather a
tmemorystream, which
is then sent to a client app via a socket.
So I noticed the tzipper class i