On Sat, 10 Jul 2010 08:17:40 +0100 Frank Church <[email protected]> wrote:
> When trying to compile the rxnew package I get this error message > Quote > C:\lazarus29240\components\rxfpc\rxtoolbar.pas(1030,27) Error: Identifier > not found "AutoSizeCanStart" AutoSizeCanStart is no longer needed. For compatibility I added it again as deprecated. > The same code compiles well in Lazarus 0.9.28 so I suspect that some units > which are automatically loaded by .28 are not loaded in .29. The version in > question is 0.9.29-26377 > > When I search the c:\lazarus\lcl AutoSizeCanStart appears in buttons.inc and > wincontrol.inc but it doesn't appear to be part of an object definition. That is old debugging code which is not compiled because of the IFDEFs. I removed the references. > Can anyone shed light on this? I added a note: http://wiki.lazarus.freepascal.org/Lazarus_0.9.30_release_notes#LCL_Changes Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
