Subject | Re: [IBO] Access Violation with OnLogin Event for TIB_Connection |
---|---|
Author | Damian Dowling |
Post date | 2001-01-04T09:25:23Z |
At 20:39 03/01/2001 , you wrote:
turns out that a bug in the custom form i had written was NULLing out the
wrong memory address - and this happened to be the IB_Connection component.
Sorry for taking up your time.
Damian
>At 04:42 PM 03-01-01 +0000, you wrote:Yes there is a IB_Connection component - but that was not the problem. It
> >Hi
> >
> >I have written an OnLogin Event for my IB_Connection, LoginPrompt is set to
> >True.
> >
> >Whenever i do :
> > IB_Connection->Connect();
> >
> >I get the following error:
> > Access Violation read of address FFFFFFFF.
> >
> >The event doesn't even get called, am i missing something obvious here?
> >
> >I am using BCB 5 Pro with IBO 3.6.Cc.
>
>Well, this *is* obvious, but do you have a component named IB_Connection?
>
>Helen
turns out that a bug in the custom form i had written was NULLing out the
wrong memory address - and this happened to be the IB_Connection component.
Sorry for taking up your time.
Damian