LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Change Project Include Path

Is there a way to change where a CVI project looks for header files through the IDE? The first time I compiled the CVI project the IDE prompted me to direct it to the location of the header file. I created a branch of the project with the header file and want to redirect the path that CVI uses to find the header. The only way I have been able to get it to work is to change the original path which forces the user prompt to direction CVI to the new location.

 

The header file is not included in the project tree.

 

The old path is in CVI_includes.txt but is there a way to change that through the IDE?

0 Kudos
Message 1 of 3
(3,107 Views)

I am not sure I understood your request - are you aware of this and this document?

 


@dk5974 wrote:
The old path is in CVI_includes.txt but is there a way to change that through the IDE?

 

0 Kudos
Message 2 of 3
(3,064 Views)

For Individual files: in the project list, right-click on file, [Replace file in project]

For directories: [Edit][Project...][Include Paths]

0 Kudos
Message 3 of 3
(2,999 Views)