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.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to