LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I create a DLL to expose instrument functions based on which instrument is in use?

DLL follow-up question,

This would be equivalent to a VB interface class.
Depending on which instrument is needed only those specific functions are available to the user.

Thanks
0 Kudos
Message 1 of 2
(2,737 Views)
There is nothing like that now. Normal DLL's don't have anything for that. You could divide the header files and Function Panel files into two with the same DLL as the source. The next version of CVI (6.0) will have the ability to build ActiveX Server DLLs which means you can put these multiple interfaces in your DLL as you do with VB. It will come out later on in Q3.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 2
(2,737 Views)