Subject | Re: [IBO] IBO and ERRORS in memproof |
---|---|
Author | Christian Gütter |
Post date | 2004-03-12T23:40:18Z |
Hi Tony,
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
> I did figure out that IBO did not like nil owners and have adjustedDo you mean something like
> my code.
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