ZLibEx "buffer error"
- From: "Dominic Willems" <domus.software@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 1 Jul 2005 17:53:41 +0200
Using Delphi 5 with ZLibEx.pas version 1.2.2.
I am getting a "buffer error" (code -5) which I traced down to an
Inflate procedure in ZLibEx.pas: "zresult :=
ZDecompressCheck(inflate(zstream,Z_FINISH));"
Only occurs on a rather large zipped TFileStream.
I heard from the author that this isn't an error, but an indication that
there just isn't enough input or output space for inflate to make any
progress. In the mean time I have tried all possible buffer sizes
without any luck. It only happens with this one large stream (14 MB that
should decompress to well over 100 MB).
Many thanks for any pointer on how to resolve this.
Cheers,
Dom
.
- Follow-Ups:
- Re: ZLibEx "buffer error"
- From: John
- Re: ZLibEx "buffer error"
- Prev by Date: Re: Visual Query Builder
- Next by Date: Component to resize .jpg images with RESAMPLE so they still look good.
- Previous by thread: paxScript site
- Next by thread: Re: ZLibEx "buffer error"
- Index(es):
Relevant Pages
|