10-03-2012 05:34 PM
Hello
Sorry for my english !!!
I have to build a .exe from my main VI : the main vi contains some dynamic vi that I need to insert them in a subpanel of my main vi for this I use a relative pah '' Application Directory path.vi'' to create references and when I run my
application all work fine in devellopent machine. But when I try to build this application to create a .exe this exe did not work 100% in my target machine. So I'm sure that the probleme is due to building application settings normally the
dynamic vi should be in the same directory of application.exe I think that I must included them manually but I can't do this any help please !!!
Solved! Go to Solution.
10-03-2012 07:32 PM
In the project window, move the VI out of dependencies and put it up into the project. When you open up the App Builder, that VI should then show up in the list of project files (just like the other 2 files do). Then you can use the arrow to move it to the Always Included list.
10-03-2012 08:18 PM
thank you
10-03-2012 09:21 PM
Hello please I still need help I put my vi an always included list and my application.exe still dont work 100% normally the dynamic vi should be in the same directory of application as shown in attachements so where is the probleme ???
10-03-2012 10:06 PM
The VI isn't in any application directory. It is built into the executable.