06-10-2013 02:47 AM
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.
Solved! Go to Solution.
06-10-2013 03:17 AM
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.