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
[email protected]
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.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus