LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I (easily) change an app to use a different library with different name but same names for public calls?

Solved!
Go to solution

When doing some comparisons between programming approaches I create two libs with the same public calls but different internals. Nothing special there. Unfortunately when I switch my testing app from one lib to the other the app loader asks for all the public vi's one by one. But I thought I read somewhere that the app loader would get the idea where to look after I browsed to the first public call in the new lib. Doesn't seem to work. Using 2010.

 

0 Kudos
Message 1 of 3
(2,330 Views)
Solution
Accepted by topic author evan1138

Pull the unused lib off of the machine. Rename the current library to the same name as the unused one. Project Save All. Close LabVIEW. Delete current lib. Copy the other lib back to the machine. Not necessarily easy but that's how I've done similar exercises in the past.

Charles Chickering
Architecture is art with rules.

...and the rules are more like guidelines
Message 2 of 3
(2,328 Views)

Thanks Charles. I've been doing basically what you describe, but it is crude and offensive. So let's see what comes up in a day or two more, hope we'll both learn something. Or not.

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