[Lazarus] Error in actual sources of SVN - Only Windows

Alex Shishkin alexvins at mail.ru
Wed Sep 7 14:28:13 CEST 2011


07.09.2011 2:21, Hans-Peter Diettrich пишет:
> silvioprog schrieb:
>
>> When I try compile the IDE:
>>
>> ...
>> C:\lazarus\lcl\include\tabcontrol.inc(482,16) Warning: Class types
>> "TTabControl" and "TCustomTabControl" are not related
>
> This is due to the recent renaming and move of TCustomTabControl. You 
> have old .ppu lying around, and should rebuild the LCL.
>
> DoDi
>
>
> -- 
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
I received same warning.
TCustomTabControl = class(TWinControl) (ComCtrls.pp)
TTabControl = class(TCustomControl) (ComCtrls.pp)
{ $Id: comctrls.pp 32064 2011-08-26 17:46:56Z juha $}
So they are really not related.




More information about the Lazarus mailing list