Hi,
I have recently developed an ActiveX DLL that is Apartment Threaded. In this COM component I make serveral API calls to a single threaded C++ DLL ( NOT A COM DLL ). My problem is this, whenever two functions of the single threaded DLL get called at the same time, the single threaded DLL hangs. Is there any availible function in VB that would allow me to syncronize the call to the single threaded DLL?