LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stand alone application using shared variables

I am trying to create a stand alone application from my rt target, I am searchig through labview documents and I can see this sentence multiple times:

 

"If you plan to distribute a stand-alone application that uses shared variables, do not include the .lvlib file in an LLB or in the executable. Change the Destination of the .lvlib file to a destination outside the executable or LLB."

 

I dont understand what that means. When I am making rtexe file, I do not include the shared variabels in "source file" section, is it okay?

 

how can I change the distination of .lvlib file outside of executable?

 

Thanks for the help

0 Kudos
Message 1 of 2
(2,037 Views)

2014-03-20_102835.jpg

export a function to load a Library from a different path to the SVE (with the specified TargetIP i.e. localhost)

0 Kudos
Message 2 of 2
(2,012 Views)