On Mon, Sep 5, 2016 at 3:09 PM, Marcos Douglas <[email protected]> wrote:
> On Mon, Sep 5, 2016 at 2:50 AM, Michael Van Canneyt
> <[email protected]> wrote:
>> As far as I know these things can be done with all the FPC classes as well ?
>> The implementation in base64 unit can perfectly do everything in memory.
>> And ZUncompressStream can be done with TDecompressionStream ?
>
> Well, if FPC can do the job without 3rd dependencies... I will try. Thank you.

No, I got an error:
================================
[Debugger Exception Notification]

Project project1 raised exception class 'Edecompressionerror' with message:
data error

 In file '.\paszlib\src\zstream.pp' at line 302:
raise Edecompressionerror.create(zerror(err));
================================

Regards,
Marcos Douglas
_______________________________________________
fpc-pascal maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to