05-31-2013 08:22 AM
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
05-31-2013 11:49 AM
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
05-31-2013 11:55 AM
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.