LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LVconfig library files missing in exe

Hi friends

 

I am facing some issues after building exe

I am using one vi in sub panel that vi is not running through exe

when i try to open that vi in exe it is showing some library files missing

0 Kudos
Message 1 of 4
(1,299 Views)

If you are dynamically launching a VI, than make sure that VI is included in the build of the executable.  Otherwise the Application Builder won't know it's needed and won't include it automatically.

0 Kudos
Message 2 of 4
(1,288 Views)

Hi sir

That vi which i launch dynamically is included while making executable

0 Kudos
Message 3 of 4
(1,285 Views)

@kps001 wrote:

That vi which i launch dynamically is included while making executable


Included how?

 

If you can include de VI in the executable, why not use a static VI reference? 

0 Kudos
Message 4 of 4
(1,233 Views)