LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open vi reference sub-VI problem

Solved!
Go to solution

Hi,

I am trying to make a splash-screen front to one of my applications. I use the scheme in the attachments. It works well when in development mode, but when I create an executable, I get the error attached. It seems that the executable can't find some of the toolkits I use, but I don't know how to solve it. 

 

I hope you can help me.

Download All
0 Kudos
Message 1 of 2
(2,194 Views)
Solution
Accepted by topic author HoumollerJ

Problem solved. 

The Main VI of the program, loaded after the splash Screen, had a lot of dependencies, which where not loaded when called via ref in the setup.vi

To solve the problem, I had to chech the "Use LabVIEW 8.x file Layout" in the Advanced section of the build specification, it solves the problem and the child VIs now have their dependencies at runtime.

0 Kudos
Message 2 of 2
(2,186 Views)