Subject Error : DLL - too many consecutive exceptions
Author David MayĆ 
Hello :

I'm connecting from my host exe to a DLL, and I share with that DLL an
TIB_Connection via Pointer.

In the DLL I've a TIB_Query, I make IB_Query1.IB_Connection :=
TIB_Connection(vPointer);

I open that query with a Grid, and everything works correctly.

But when I close then Host.EXE application, IF I had opened the DLL Query, I
receive the next error :

"Too many consecutive exception: access violation"

I think that happend when there is the IB_Connection destruction

I'm using v.3.6D trial version

Thanks

David