[fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

Adrian Veith adrian at veith-system.de
Mon Mar 15 16:17:04 CET 2010


Am 09.03.2010 14:16, schrieb Graeme Geldenhuys:
> fpGUI v0.7-rc1 is available
>   

when compiling uidesigner with actual fpc from svn it fails with
duplicate identifier "unitname" in vfdfile.pas. It seems to be a name
clash with the new class procedure unitname in TObject. I don't know why
fpc raises an error - is there a rule, that a local identifier cannot
have the same name as a class procedure ? (makes no real sense, because
a class procedure can be accessed via a full qualified name). Anyway if
you change "unitname" in NewFileSkeleton to "aunitname" it compiles.

Adrian.



More information about the fpc-pascal mailing list