Hi,
We developped a VB application (Visual Studio 6 SP5 under W98SE). This application is quite big, with several dll and ocx, some of them developped with VB, the others with VC++.
Most of the time, the program works fine, but sometimes, without any reasons (or I didn't find a good one). We get in a function that was successfully called several times before, an automation error: -2147417848 which according to WinError.h corresponds to: The object invoked has disconnected from its client.
We have implemented a system to trap any error, so the programs doesn't stop on this error. But after this error, we always get an GPF in MSVBVM60.DLL or USER32.DLL or KERNEL32.DLL or MSVCRT.DLL.
The automation error can occur on different place of source code.
I am aware, that I do not give many informations, If you need more informations, I can give you them.
On the web or Usenet, I found many people who need to deal with this problem, nothing can help me.
I someone know this problem, or a Tool that can help me to understand what this error exactly is. It will be very helpfull.
Thanks in advance.
Pierre
We developped a VB application (Visual Studio 6 SP5 under W98SE). This application is quite big, with several dll and ocx, some of them developped with VB, the others with VC++.
Most of the time, the program works fine, but sometimes, without any reasons (or I didn't find a good one). We get in a function that was successfully called several times before, an automation error: -2147417848 which according to WinError.h corresponds to: The object invoked has disconnected from its client.
We have implemented a system to trap any error, so the programs doesn't stop on this error. But after this error, we always get an GPF in MSVBVM60.DLL or USER32.DLL or KERNEL32.DLL or MSVCRT.DLL.
The automation error can occur on different place of source code.
I am aware, that I do not give many informations, If you need more informations, I can give you them.
On the web or Usenet, I found many people who need to deal with this problem, nothing can help me.
I someone know this problem, or a Tool that can help me to understand what this error exactly is. It will be very helpfull.
Thanks in advance.
Pierre