From: Dennis Knutson on
LabVIEW 7.1 does not have projects so it wouldn't make any sense to have the save for previous option. Do a source distribution and save it as an llb.
From: Shui on
Thank you for your replay.
I just did so. I created an llb file, which contains lvlib in it. I opened llb file and File-> Save For Previos was disabled still.
 
So , my next questions would be:
 
1. how to create llb file with just VIs from the driver?
2. why is Save For Previous is still disabled?
 
Sorry if my questions are too simle, I am not familiar with 7th Labview at all.
From: Dennis Knutson on
What I just did was in the build specification, was to select the public and private as source files (but not the lvlib) and the destination as an llb. You would probably want to do the same thing with any examples. It also seemed to export the .mnu files. You could then use the LLB manager to set whatever VIs you want (i.e. examples. VI Tree) as top level.
From: Shui on
How to select just public and Private folders?
in the dialog in Source File Settings I see expanded My Computer, I can not add or remove from the list. 
 
Thank you.
 
From: Dennis Knutson on
Your project should look similar to the drivers that NI writes. If it doesn't you might need to do a bit of reorganization.


Instrument Project.PNG:
http://forums.ni.com/attachments/ni/170/321858/1/Instrument Project.PNG