Hi,
While you can use the low-level CVI ActiveX functions like CA_CreateObject..., CA_MethodInvoke..., etc to call a COM object, it is much easier to use the CVI "Create ActiveX Controller" wizard (in the Tools menu) to create helper functions (organized like other CVI "instrument drivers") to interact with COM servers.
In order to run the wizard, you need to have a type-library for your COM server (this is normally automatically created by VC++ and in most cases embedded in the server module). Also, your server must be registered on the machine (this is again automatically done as a post-build step in VC++). So you should be able to run the wizard, and select your server from the list of registered servers in the wizard.
Also, note that you can also create
COM servers in CVI 6.0 itself using the Create/Edit ActiveX server wizards (in the Tools menu).
Regards,
Mohan,
National Instruments