LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Let CVI Tracking head files path

Hello,

For create an application and manage the different resource , I make some explicit directories such as bin, source, include, database, etc,. but I find that if place the head file into the include directory , when changing  the uir file , it  will generate the head file in the directory where the uir file located , so I have to move the head file to the include directory I specified . How to let cvi generate a head file in the specifying  directory ?


David
0 Kudos
Message 1 of 3
(2,935 Views)
Hi David,

The header file and its corresponding uir file must be in the same directory. So you could keep the uir file in your include directory together with the header file. If you are building an executable and don't want to have the uir file in your include directory, you could embed it by going to Build -> Target Settings and checking the Embed Project .UIRs option.

Good luck and best regards,
Shakhina P.
Applications Engineer
National Instruments


0 Kudos
Message 2 of 3
(2,911 Views)
Hi Shakhina,

Thank you for your advise. Smiley Happy


David
0 Kudos
Message 3 of 3
(2,907 Views)