LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Acessing COM Object having iUnknown interface

I have some COM(Component Object Model) components using custom interface
i.e they have been derived from IUnknown and not IDispatch. These have been
created using VC++.
I want to use these components in my Labview project.
How can i create this objects in my application ?
 
thanks
0 Kudos
Message 1 of 2
(2,702 Views)
Either place a ActiveX Container (If your COM Object is a Active X Control) from the "Container" Palette or a Automation Refnum (If your COM Object is a Server Application) from the "Refnum" Palette on the Frontpanel. Now you can make a right-click on these Front-Panel Objects, and select your COM object.
0 Kudos
Message 2 of 2
(2,683 Views)