02-23-2018 03:35 PM
Hi:
I know what customer vi is relate to my project vi.
but Is there any standard(common) labview folder should I including in the project file?
so some below vi will be including in the build?
logSummary.vi
productiontestSuites.vi
Linear Scale.vi
I though the above files will auto to add into project.
Thanks
Solved! Go to Solution.
02-23-2018 04:46 PM
I almost never specify any "standard LabVIEW Folder" in my builds. LabVIEW seems perfectly capable (if I've written my code well) of finding all the bits and pieces itself, and packaging them together for me into an Executable.
Bob Schor
02-23-2018 05:11 PM
If the VI's in question are actually part of your program they will be automatically included in the build no matter where they happen to be on your computer.
Note: Once you build the executable there will be no "VI's" just an exe and a couple support files (.ini and.aliases)