I am using LabVIEW version 8.2. I'm trying to turn a project (consisting of around 350 files) into an executable. It has turned into an executable but the problem is that it is not working as the non-executable version works. Specifically the executable does not load front panels in the browser. The user interface vi loads other vi's front panels into a sub-panel. The main vi that loads into the browser loads fine (actually its a vit) but other vi's don't load into its dub-panel. What is wrong? Any suggestion or solution.
Several thouths are running through my mind at the moment;
1- If I include all files in the "dynamic vi's and support files" section would it work then? What are the implications of such an action?
2- Is this a vesion related issue? I have gone through the other related posts and found some mentions regarding version 8 and 8.2. Does porting the project into version 8.5 solves this issue?
3- The project used to have fixed paths imbedded in several vi's. I added a vi that finds the location of the projects base folder and modifies the paths accordingly, so that even if the project is located (as a whole) into some other folder structure it still works. Do I have have to append the executable's name (for example app.exe) to the existing path making scheme for the project to be able to be turned into an executable. (I'm attaching the path building vi's, kindly go through them and modify them for the executable version of the project. The top folder of the project is called LAM and it contains a subfolder called program which contains further 1 level of sub-folders which contain all the vi's.)
Please help (thanks and gratitude is all I can offer in return).