Hi Frank
[...]
Never say impossible ...
program Chief44;
uses Chief44u;
type TMemoStrings = abstract object (TStrings) end;
begin WriteLn ('OK') end.
unit Chief44u;
interface
type TStrings = abstract object procedure foo; abstract; end;
implementation
end.
--- p/gpc-decl.c.orig Tue Mar 25 13:33:12 2003 +++ p/gpc-decl.c Wed Mar 26 08:48:09 2003
[...]
Unfortunately, while the patch works for the test program that you have created (above), the problem still exists with my code, and I still get precisely the same error as before. I have been trying hard (without success) to reduce the problem to a small program, but I have no idea what to look for, or what could possibly be the matter. Perhaps it could relate to lots and lots of sub-classing?
Best regards, The Chief -------- Prof. Abimbola A. Olowofoyeku (The African Chief) web: http://www.bigfoot.com/~african_chief/