LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Executable not loading files

My problem remains still unsolved. I have made several amendments to the the part of the project that builds paths. (I am attaching a copy of it with this post. Kindly go through it to find if the logic is correct. I have done extensive testing and the path builder seems to work fine).
The executable is supposed to load front panels inside the browser. Those front panels belong to vit's. Could there be some issue with vit's and executable. (The project is running fine from within the LabVIEW development environment.)
Please advise!
Thanks!
0 Kudos
Message 11 of 12
(513 Views)
In order to reference VI paths in an executable, you need to implement a design similar to the example posted by JB in this thread.  You need a way of programatically changing the path depending on if the application is in development or on a runtime system. I did not see anywhere in your attached VIs where you implemented this design.  Please point me in the right direction if I overlooked it.  Also, when launching your VIs, the following subVI is missing: "Path__ogtk.vi". 
0 Kudos
Message 12 of 12
(479 Views)