marco
New Member
Posts: 1
|
Post by marco on Jul 12, 2004 12:26:58 GMT -5
I am using VCLZip to decompress a Stream arriving gzipped from an internet site, I know for sure that the compression (server side) is done with zlib, it works with explorer, and was working fine last week when I tried to decompress it with zlib gz functions. But I preferred to use (and buy) zlib because zlib had problem getting linked on her own.
When I try to use vclzip->ZlibUncompressstream i get an error named EZdecompressionError 'error'.
Any suggestion? how do I debug the VCLUnzip ?
Thanks
|
|
|
Post by Kevin on Jul 18, 2004 11:31:31 GMT -5
If you were using gz functions that is different from straight zlib. zlib and gzip use the same compression/decompression but have different headers.
|
|