LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

about the path of the include file

I am using labwindowscvi5.0.1,when I first run a program which include some head files,system ask me a head file's path,because the name of this head file is the same as a head file of ms viaual studio vc98's,so I give a vc98's include file to system,after running the program,system shows many error about the vc98's include file,I read the samples of labwindowscvi,I find I have give the error path to the system because of the same name of the head file of ms vc98 and labwindowscvi,I should give a labwindowscvi's head file's path to system, but I don't know how to give system the right path of the head file again through manual,please tell me,I'm anxious about it.

thanks
0 Kudos
Message 1 of 2
(2,845 Views)
You are talking about header files I assume?

If you included the incorrect header file in your project, you should actually remove it from the project.

If you are just linking the file throught the include path, you can change the include path from the project window by going to options -> include paths.

Simply remove the incorrect path and insert the correct one.

good luck
ben schulte
national instruments
Message 2 of 2
(2,844 Views)