LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

dll´s to dirs

Hello.
I´ve made an extensive program with a lot of Vi´s
stored in a labview dll. Let´s call it jonny.dll.
All those Vi´s call others vi´s inside jony.dll
Now I want to copy the vi´s in jony.dll to a directory,
let´s say jonydir, and organize them in jonydir1,jonydir2,etc..
inside the main jonydir.
The problem is that all Vi´s that I copy call the Vi´s from
the jony.dll and not the new ones in jonydir.
I can replace all the Vi´s with the new paths but that´s a lot
of trouble, I have to look for every ocuurence and them replace!
in all Vi´s of jonydir!
How can this be done?
The vi´s chare the same name.Only the path changes!
Thanks

Jony

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way t
o search and participate in Usenet - Free!
0 Kudos
Message 1 of 2
(2,712 Views)
I think you mean you have stored your VI's in .llb (LabVIEW
library) format, if so, you can use the Project>>File
Manager to transform jonny.llb into a directory, and then
create different directories inside it. If you really mean
dll format... no idea
Hope this helps and best regards

Gorka


* Sent from AltaVista http://www.altavista.com Where you can also find related Web Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful
0 Kudos
Message 2 of 2
(2,712 Views)