[fpc-pascal]1.1 doesn't like TPersistent
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Dec 18 18:25:44 CET 2001
Hi all,
Two months ago I reported the bug (#1652) that the 1.1 can't compile simple things like the following program. It turns out, that the 1.1 has a problem in general with TPersistent.
Can someone tell me, why 1.1 doesn't like TPersistent and if there is someone working on this problem?
program TestPublishedProp;
{$mode objfpc}{$H+}
uses Classes;
type
TMyClass = class(TPersistent)
published
MyPublishedComponent: TComponent;
end;
begin
end.
Output:
Target OS: Linux for i386
Compiling testpublishedprop.pp
testpublishedprop.pp(8,14) Fatal: Internal error 1509991
Mattias
More information about the fpc-pascal
mailing list