Ok, I added Types in the uses units of Virtualtrees.pas and in Virtualstringtree.pas units and now lazarus compile correctly the virtualtreeview package.
Thanks a lot,
Andrea

Vincent Snijders wrote:

Andrea Mauri wrote:

I downloaded the last lazarus SVN and the last CVS virtualtreeview.
When I rebuild lazarus it still says: Error Identifier not found "TSize" in: function GetBorderDimensions: TSize;
I didn't found the TSize declaration in the unit or in any other unit.
Andrea


TSize used to be in the LCLType unit, but since last night the LCL uses the TSize declaration from the types unit. See http://www.freepascal.org/cgi-bin/viewcvs.cgi/trunk/rtl/objpas/types.pp?sortby=file&view=markup
at line 90.

Hope this helps,
Vincent.

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


--
Andrea Mauri
PhD student - Chemical Sciences
Milano Chemometrics and QSAR Research Group
Department of Environmental Sciences
University of Milano-Bicocca P.zza della Scienza, 1
20126 Milano - Italy

Tel: ++39 02 64482801
mailto:[EMAIL PROTECTED]

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

Reply via email to