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