Hi,<div>I am trying to port a Delphi app to Freepascal/Lazarus.</div><div>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</div>
<div>is then sent to a client app via a socket.</div><div><br></div><div>So I noticed the tzipper class in 2.6.x has the ability to save to stream and this works, but it forces you to write the zip to a file first as you </div>
<div>have to provide a filename, and if you don't provide a filename it raises a exception.</div><div><br></div><div>Unless I missed something, this seems odd that you have to write to a file in order to save to a stream.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Snorkel</div><div><br></div><div><br></div>