2011/9/7 Alex Shishkin <[email protected]>: > 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 >> > 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.
Thanks guys. I rebuilt the LCL. -- Silvio Clécio =============================================== Blog - <silvioprog.com.br> Twitter - <twitter.com/silvioprog> LazSolutions - <code.google.com/p/lazsolutions> LazWebSolutions - <code.google.com/p/lazwebsolutions> Lazarus-BR - <groups.google.com.br/group/lazarus-br?hl=pt-BR> =============================================== * Conheça nosso canal IRC sobre Lazarus: #lazarus-br * =============================================== -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
