03-14-2021 11:49 PM
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
03-15-2021 12:06 AM
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.
03-15-2021 12:09 AM
Hi sir
That vi which i launch dynamically is included while making executable
03-15-2021 04:59 AM
@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?