LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I compile a CVI program with Visual Studio 2010?

I have written a program in Labwindows,

but now i want to compile it with Visual Studio 2010.

 How to achieve this?

 

0 Kudos
Message 1 of 2
(2,666 Views)

I haven't specifically use VS before, but I have used gcc.  It's all about finding the correct libraries.  All of the CVI libraries should be easy enough to find, and then you just need to make sure that you tell Visual Studio to include the right search paths so that it can find the function definitions for your code.

Chris
Certified LabVIEW Architect
Certified TestStand Architect
0 Kudos
Message 2 of 2
(2,644 Views)