Hi everyone,
My Labview program has several VIs, some of which are in different directories on my hard drive. I'd like to make a library so that they can all be read from the same location when my main VI is started (at least, I thought that was a reason for making a library) . To do this, I used "File/Save As with Options", chose "Development Distribution" which proceeded to save all my SubVis into one library (*.llb). However, when I run my VI, the SubVis used are the ones from their original directories and not the library. How can I make a library of SubVis so that when I run my main VI, they are all read from the library? So far the only way I can see how to do this is if I opened each SubVi, and save each one in the library. I am usin
g Labview 6.1.
Remington.