User talk:AndrewH

From Free Pascal wiki
Revision as of 22:29, 22 August 2006 by AndrewH (talk | contribs)
Jump to navigationJump to search

Hello Andrew,

my name is Robert. I've used one off your CCR Components and found the following "bug". Using FPC 2.0.4 it isn't compileable any longer.

But if i remove every occurence of

 z.zalloc := NIL;
 z.zfree := NIL;
 z.opaque := NIL;

then everything works well again.

BTW Thxs for this great Unit :)

kind regards, Robert.


Thanks, this is now fixed in version 0.2.2 - AndrewH