LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

cannot find cvirte.h include file

I am trying to use the sample found in C:\Program Files\National Instruments\CVI\Samples\Vision\2. Functions\Image Management called "image to array example" to convert an image to an array in C++. I am running LbV 7.1, Vision Development Module 7.1.1, and MSVS 2005.  The program will not build properly since it cannot find the include files cvirte.h, userint.h, and ansi_c.h.  Am I trying to achieve the impossible, or are these files somewhere on my system?  I have looked endlessly for them.  Thank you in advance,
Kari
0 Kudos
Message 1 of 2
(5,343 Views)
Hey Kari,

The files that you are looking for are installed with CVI and are located in C:\Program Files\National Instruments\CVI81\include.  Note that if you do not have CVI installed, these files will not be present on your system and this example (written for CVI) would not work.
Thanks,

Andy McRorie
NI R&D
0 Kudos
Message 2 of 2
(5,322 Views)