10-13-2010 03:33 PM
I released a project compiled and distributed under a particular version of CVI [8.1.x].
Then sometime later, another person retrieved the project for maintenance and tried to compile it, they could not find the NI include files.
They came back to me!
The reason they could not compile the project was they were using CVI 9.x.
The project was looking for the include files in \Program Files\CVI81. Complaints went to the manager.
So, the question is of a standard practice nature.
Should the project file list point to the NI prescribed [installed] folder locations,
or should the necessary include files be manually copied into "local" project folders before release?
thanks
Scott Youngren
Northrop/Grumman Electronic Systems
Solved! Go to Solution.
10-13-2010 03:59 PM
The short answer is no: NI include files should remain in their directory; the IDE should fix all paths by itself.
To come in more details:
I have always managed my projects according to these rules and never had a problem in upgrading IDE version while developing. You will see that most of them are automatically set by CVI (e.g. when the system asks to include some file needed for some statement: it will use the correct style).
10-13-2010 04:09 PM
Roberto
Yes, thank you.
That's the answer I was looking for to use as the argument for stating my case [hmm, to managers who might not know everything!]
I was insisting on preserving the NI folder locations.
But what I was missing was the < >.
So thanks for the very quick response.
cheers
Scott Youngren