LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

import string application

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,414 Views)
Solution
Accepted by topic author vicens

Error 7 is file not found, check paths. (A built application doesn't have the same paths as development environment)

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 2 of 4
(2,403 Views)

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

David B
Applications Engineer
National Instruments UK
0 Kudos
Message 3 of 4
(2,402 Views)

Thank you both.

 

The problem was the path of the subVI!

 

 

Vicen

0 Kudos
Message 4 of 4
(2,397 Views)