KaGe Posted October 17, 2003 Report Share Posted October 17, 2003 I have to implement an interface to a glovebox. It can be controlled by an ActiveX server. The server is not of the automation type : It does not use the IDispatch interface, but COM custom interfaces derived from standard Iuknow (I think it's an ATL COM server) Is that possible? because LabVIEW crashes even when I only open a reference to the activeX object. When I open other objects, an error occurs: No such interface supported. Is an Automation server the only way LabVIEW can handle COM servers? Greetz, Koen Quote Link to comment
Abdullah R Posted November 9, 2003 Report Share Posted November 9, 2003 You might cosider writing a think wrapper in VB as an option too. I have done that for something similar and ActiveX DLL created from VB works fine in LabVIEW. Just a thought. paracha3 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.