03-21-2019 01:37 AM
Running the EXE file cause the follow ing error:
the vi can't be executed . the error can only resolved by using the Labview full development system
How to solve?
This exe file work fine on other computer.
03-21-2019 03:36 AM
Make sure all dependencies are included in the build, or at least available to the executable. That means: all VIs that are dynamically loaded, dlls (and dlls used by those dlls), etc.
Your main VI should have a broken run button. If you click it, you should get more details on what exactly is missing.