using VC++ 6.0 components in C#
Hi ,
im using component developed using VC++ 6.0 in C#
which uses some other component.
At some function calls ,which are of that other component throws following exception
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception.
where as when i'm using component in C++ (VC 6) it works just fine,
some times it gves exception and crashes
the value of ESP was not properly saved across function
call. This is usually a result of calling a function
declared with one calling convention with a function
pointer declared with a different calling convention.
ds_prasad_2000Posted Jul 22, 2004, 4:58 AM
frank.kerriganPosted Jul 22, 2004, 4:37 AM
ds_prasad_2000Posted Jul 20, 2004, 11:20 AM
frank.kerriganPosted Jul 20, 2004, 10:23 AM