10-26-2011 04:11 AM
Hi,
I've created a VI (main.vi) in which I can to select 3 languages and it opens a subVI with the idiom selected.
Step 1) The user select the language and press button "continuar",
Step 2) It opens a new window (subVI traduit.vi) with Runtime Menu, button and clock captions changed to new idiom.
This VI works fine, but when I try to create an Appplication and I run it .... FAIL! (Error 7 at Invoke Node)
I think the problem is in Invoke Node "VI Strings.Import".
Any idea to solve it?
Thanks
Solved! Go to Solution.
10-26-2011 04:47 AM
Error 7 is file not found, check paths. (A built application doesn't have the same paths as development environment)
/Y
10-26-2011 04:47 AM
Hi Vicens,
It sounds like you need to Mass Compile your VI's.All VI's and dependant VI's need to be of the same version of LabVIEW that you are trying to build the executable in. This feature can be found via Tools>> Advanced>> Mass Compile and more information can be found here.
Regards
10-26-2011 05:45 AM
Thank you both.
The problem was the path of the subVI!
Vicen