LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Will C code work in LabWindows/CVI?

I have some example code I am trying to work from that is in C++. Will this work in LabWindows/CVI.
0 Kudos
Message 1 of 5
(3,200 Views)
yaa it will work, whatever is in C , will work in CVI labwindows, because CVI uses Ansi C complier.
0 Kudos
Message 2 of 5
(3,200 Views)
yaa it will work, whatever is in C , will work in CVI labwindows, because CVI uses Ansi C complier.
0 Kudos
Message 3 of 5
(3,200 Views)
However, C++ will not work without an external compiler.

-John
0 Kudos
Message 4 of 5
(3,200 Views)
Thank you, that's what I needed to know. (The "C++" did not show up in the question heading.)
-Dan
0 Kudos
Message 5 of 5
(3,200 Views)