LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

execuable with .lvlib libraries

Hello there, 

I need to make executable from my VIs. I have totally 3 VIs and 2 .lvlib libraries. When I have tried to make executable , it says that there are some missing VIs which are placced in .lvlib libraries how can I solve this problem 

?? 

 

thnak you

"You live in a graphical world. Why not program in one?"
0 Kudos
Message 1 of 3
(2,377 Views)

Are you building the executable on the same machine/system that was used to create and test the code?  In particular, can you get the code to run in "Development mode" (meaning you start LabVIEW, open the Project, open the top-level VI, and click the Run button)?

 

If the answers are "Yes", then there may be some things to try.  For example, what happens if you don't try to build the entire thing all at once, but just create a "Test" VI with a very few functions and see if you still have errors (it's much easier to debug a little program than a huge monster).

 

If the answer is "No", i.e. you are building the executable on a different machine, you might not have all of the libraries and toolkits that the application requires.

 

BS

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

Did you only copy the lvlib file or did you also copy all of the VIs it references?  The lvlib file does not contain any actual code.  You need all of VIs it references.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,354 Views)