04-17-2006 10:43 PM
04-18-2006 08:25 AM
First of all, unless you just want to distribute the llb, saving a project into one is a bad, bad idea. A single corrupt VI can corrupt the entire llb, making all of your work corrupt. Development should be done with VIs in folders like you have. An llb is also not compatible with source code control. The forum has numerous posts from people asking for help in recovering a corrupt llb.
The warning being given, you can easily create an llb with all subVIs by opening the main VI and doing a Save with Options>Development Distribution. The VI Library Manager can be used to convert an entire folder into an llb but if the folder contains VIs not used, they will get included also. If you can any VIs dynamically, you will have to manually add them.
Reread what I said at the top.
04-20-2006 12:33 AM