Hello,
I have a problem with TestStand 2014. I have created a DLL that initiate and reads measurement data from an instrument using COM(ActiveX).
Everything works fine when executing in LabWindows/CVI (2013) / Execute Steps in an External Instance of of LabWindows/CVI .
But when I change to Configure->Adapters->LabWindows/CVI->Configure->Execute Steps in-Process, the program returns error that the driver is not installed or enabled for the instrument using COM.
The ActiveX library functions returns no errors and gives handels for the objects, but when it tries to communicate with the instrument (I guess?) it returns no driver installed.
The instrument is a Marposs GagePod, and it is connected to the computer via USB.
Regards