[Gambas-user] Circular references
Daniel Fuchs
daniel at ...2544...
Tue Feb 8 18:47:13 CET 2011
Hello,
>ParamDef --> Options --> StopFile --> ParamDef
>
>Starts from here:
>
>STATIC PUBLIC SUB Init()
> ParamDef.Load(Options.Standard) <--- Comment out and you wont get
error message.
>END
>
>Jussi
Ok, I've overlooked this. So there is a circular reference between the
static parts of classes, but no circular object reference. My question
now is: what does this mean for memory allocation, and does it justify
an error message?
Regards, Daniel
More information about the User
mailing list