Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Low Level Support Driver for Measurement Studio (VC )

Is it possible to use the Low-Level Support Driver from LabWindows/CVI in a Measurement Studio (Visual C++) application? I need to split one of the PORTC ports on a PCI-DIO-96 card (4 bits in, 4 bits out). Since that configuration isn't supported by NI-DAQ I'm trying to use register-level programming (which requires a low-level driver). If I can use the CVI driver, how do I use it/where can I find documentation; and does anyone know of a better/alternate way to accomplish what I want to do?

Thanks
0 Kudos
Message 1 of 2
(2,990 Views)
You can use the Measurement Studio C++ project wizards to either convert an existing LabWindows/CVI project to a Visual C++ project or to create a new Visual C++ project that uses LabWindows/CVI libraries. Once you have that project you will have access to LabWindows/CVI libraries from Visual C++, and then you can use the Measurement Studio Add/Remove Components wizard to add any additional Measurement Studio C++ libraries that you want to use.

- Elton
0 Kudos
Message 2 of 2
(2,990 Views)