En/na Luca Olivetti ha escrit:
Since that didn't actually fix the leak, and on another post I saw that is fpc 2.0.4 that's leaking memory with interfaces, I downloaded fpc2.1.4 and rebuilt lazarus with it. I had to change a thing in rev 263 to make it compile with fpc 2.1.4:

in file ZAbstractRODataset.pas, line 3019, change {$IFDEF VER2_1_3} to {$IFDEF VER2_1_4}

I also had to change line 1468 "DisplayName := FName" to "Name := FName" (DisplayName is a read only property).

Bye
--
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004      Fax +34 93 5883007

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to