> Ludo, I attached a .tar.gz file containing one file that can > be decompressed successfully, and its output as .wav. > > To compress AbZipPrc unit was used, and AbUnzPrc to decompress. > --
The delphi test with TZDecompressionStream failed also with ok.file. So that test isn't valid. Recompiled the packages with debug info and found that error.file is too short. The inflate "engine" hasn't encountered the end of stream and wants more input. Perhaps you need to take a look at the database code that reads the blobs. Ludo -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
