Subject Re: [IBO] IBO and ERRORS in memproof
Author Christian Gütter
Hi Tony,

> I did figure out that IBO did not like nil owners and have adjusted
> my code.

Do you mean something like

Cursor := TIB_Cursor.Create(nil);

Could you please elaborate on that.
How did you find out that IBO does not "like" this?
I am creating IBO components that way all the time
in non-visual parts of my application and did not
think there was a problem with this.


Cheers,

Christian