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

Reply via email to