06-17-2011 10:22 AM
So I have this "project" I have been working from for quite some time. I know I should not have done it but to save time I reused a lot of code from the original project for a few other tests. So I just kept adding directories to this one project.
Now I need to take a few of the top level vi's and make them a separate project so I can store the source with the other files on our network in the actual engineering project folder.
The top level vi's are easy, but how do I make sure I get all the lower level vi's and dependencies?
I mean besides starting with the top level and moving it, then running to see what is missing?
Is there an easy way?
Solved! Go to Solution.
06-17-2011 11:16 AM
Use a "Source Distribution" in the projec that contains the top level VI(s) and configure it to "preserve hiarchy".
When the surce distribution is built it will pick up the top level VIs and along with all of the sub-VIs move them to the new location and relink everything to point at the new location.
Ben