[fpc-devel] Important: Call for testing.
Michael Van Canneyt
michael at freepascal.org
Sat Mar 29 21:09:32 CET 2008
On Sat, 29 Mar 2008, C Western wrote:
> There also seems to be a problem with fixing up references to other components
> while reading - TLabel.FocusControl seems to be one of the things that is
> tripping this up. Local unresolved references are being silently discarded,
> but I think should be added to the global list. The attached patch fixes it
> for my application, but might not be the best general fix.
Indeed. It completely short-circuits the idea of trying to locally resolve
references before trying globally :)
Anyway, your hint gave me the idea where to look.
I fixed the issue properly. The error was in another routine altogether.
Hopefully now 11060 is really fixed.
Michael.
More information about the fpc-devel
mailing list