Page 2 of 2

Posted: 14.12.2005, 14:45
by fduenas
Hi i think most of all those memory leack are fixed in 6.5.1. Plz give try to this latest version. It works more stable than 6.1.5. Version 6.1.5 have been abandoned so 6.5.1 i now the production version. even if it is named 'alpha' is quite to become 'beta'. all the bugs in 6.1.5 were fixed in 6.5.1.

Posted: 23.12.2005, 19:35
by Pengwin
fduenas: Does 6.5.1 compile with Delphi 4, or do I need to amend the code for this to work?

Posted: 25.12.2005, 11:40
by mdaems
Hi, Pengwin

It doesn't even compile with D5, so...

Greets,
Mark

Posted: 13.04.2006, 02:08
by mmbom
Guys,
Maybe it helps.

in "ZDbcCache.pas" on:
procedure TZRowAccessor.DisposeBuffer(Buffer: PZRowBuffer);

try to change:

Code: Select all

    FreeMem(Buffer, FRowSize);
to:

Code: Select all

    FreeMem(Buffer);
It worked for me, I'm using Delphi 2006.