[Lazarus] Error compiling rxnew.lpk in Lazarus 0.9.29
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Jul 10 10:26:38 CEST 2010
On Sat, 10 Jul 2010 08:17:40 +0100
Frank Church <vfclists at gmail.com> 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
More information about the Lazarus
mailing list