LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i programatically create a new vi library?

I am trying to create a .llb file programatically. I can use NewFileDiaglog with NewLLB to create an empty LLB, cancel the dialog and then save all my files into that llb using regular save. How do i create an empty .llb file programatically.
 
 If anyone is wondering why i want to do this: i have several dynamic VI's in my application. I dont want to be adding each dynamic vi into the application builder. Instead i want to create an exe which will pull modules out of an .llb file.
 
Thanks,
Anand.
      

Message Edited by Anand S R on 10-04-2005 11:04 AM

0 Kudos
Message 1 of 3
(2,673 Views)
Check out the VIs in the libraryn.llb, specifically the Librarian Copy VI.  Typical location:
 
C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\Utility\libraryn.llb
 
-Khalid
0 Kudos
Message 2 of 3
(2,665 Views)

Thanks! that was very helpful.

-Anand

0 Kudos
Message 3 of 3
(2,643 Views)