LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I have Mesurement Studio, I believe is really cvi 5.5. Can I use C++ with this sw and if so what are the main limitations?

Measurement Studio is actually three software packages in one. There is a package that plugs into Visual Basic, a package for Visual C++, and LabWindows/CVI which is a full ANSI C development environment. LabWindows/CVI is NOT a C++ compiler and it can't be used to compile C++ code. You can compile this code into a DLL in Visual C++ or Borland C++ and use that DLL from CVI, but CVI can't compile C++. If you want to develop in C++, I suggest you use Visual C++ with our Measurement Studio tools (ComponentWorks++) off your Measuremnt Studio CD.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 4
(2,883 Views)
Hi Chris,

My company wants to start using C++. So I want to see if I understand this correctly. We have Measurement Studio with LW/CVI 6.0. So what you are saying is that we can plug a package (made up of LW functions, etc??) into Visual C++. Is there a way to plug the C++ compiler of Visual C++ into the LabWindows/CVI environment, to get the same feel of using CVI?

thanks,
Lorrie Smith
0 Kudos
Message 3 of 4
(2,883 Views)
Hi Chris,

My company wants to start using C++. So I want to see if I understand this correctly. We have Measurement Studio with LW/CVI 6.0. So what you are saying is that we can plug a package (made up of LW functions, etc??) into Visual C++. Is there a way to plug the C++ compiler of Visual C++ into the LabWindows/CVI environment, to get the same feel of using CVI?

thanks,
Lorrie Smith
0 Kudos
Message 4 of 4
(2,883 Views)