Open GoogleCodeExporter opened 9 years ago
[deleted comment]
1304th line of superobject.pas is
Add(ISuperObject(intf)) else
I have changed it with
Add(intf as ISuperObject) else
Now there is no error at compilation but I am not sure if that new code is
right.
Whops!! When I compile and run the program (I attached the code `test.pas`), it
gives me errors. (I ve attached it). I don't know if that problem because of
that new code. But I don't think so.
Original comment by cakirogl...@gmail.com
on 21 Dec 2010 at 10:48
Attachments:
One more thing! Just a minute ago, I have changed
{.$DEFINE DEBUG}
with
{$DEFINE DEBUG}
And now everything works well. I checked the code (superobject.pas) about that
DEBUG definition, actually there is nothing too much thing about it though.
Original comment by cakirogl...@gmail.com
on 21 Dec 2010 at 6:55
Original issue reported on code.google.com by
cakirogl...@gmail.com
on 20 Dec 2010 at 11:54