
Calling Std C DLL from VB ActiveX DLL
We are calling a standard C DLL (using the EXTERN "C" __declspec(dllexport)
interface definition) from a VB ActiveX DLL passing a reference to a VB
String (sort of an IDL "out" type parameter) that is to be updated in the C
DLL.
The problem is that it seems to be crashing when the thread of control
returns to the the VB DLL.
Calling the same C DLL from another standard C DLL does not have the
problem. Is there anything specific that we should be aware of when calling
standard DLL's from VB ActiveX DLL's?
TIA
Clyde.