Hi all -
I have a situation where I recently added some subVI's to be dynamically called when the user opens then from within the main VI. They open, user inputs data, and user saves/closes the window etc. Standard stuff. I do the calling by creating a reference to each VI using the VI Path function, feeding that into open vi reference and the rest is just code to get values, and store etc.
Question is how to link these so that when I create an exe from application builder all these files are included in the build. Currently, the program opperates flawlessly, so long as all the 15 or so vi's are in their directory where the vi path functions reads from, and I run the master vi. Each subvi is loaded properly and closed properly. When I make use of the application builder though, none of the subvi's paths go with it as its created.
Inside application builder, I tried using some of the options on the source files tab....tried adding these files that weren't loading as support files, then as dynamically loaded vi's. Still doesn't seem to work though. Something I'm overlooking?
Thanks a bunch all!
LV7.1, LV8.5, LV2014/15/16