08-26-2009 01:22 PM
I have a VI I want to send to another engineer at a different location. I know what version of LabVIEW they have, but I do not know if they have all the instrument drivers. I choose 'save hierarchy' to duplicate the VI and all it's dependencies to a seperate directory. It tells me some of my instrument libraries cannot be duplicated because they are already in memory, and asks if I want to rename them. I save the instrument libraries with a new name.
However, I notice the copied VI still links to the instrument libraries in my labview directory. How do I get the copied VI to link to the renamed instrument library?
What is the easiest way to get the VI to my fellow engineer and be sure it will be executable? Make it into an .exe?
08-27-2009 11:14 AM
Hi bigt,
The best way to distribute applications to other users for simply running the code is using an installer. First you will build an executable then package it in an installer where you can choose other files to install with the executable.
08-27-2009 11:51 AM
08-28-2009 04:40 PM
Hi bigt,
If you want to distribute code, use a source distribution. It is another option under Build Specifications.