11-15-2018 06:36 AM
Hi
I've been attempting to make a simple executable, using LV 2017, to mass compile a specific directory on our systems.
I've used an App Invoke Node and selected the 'Mass Compile' method; it works perfectly well until I build the solution to produce an executable; once built, running it raises a 1043 error meaning...
The property or method is not supported in this version of LabVIEW. This error can occur if you use a property or method that is not supported in the LabVIEW Run-Time Engine.' |
Quite frustrating as it works perfectly as source code.
Source code attached.
Any help much appreciated..
Thanks
Les....
Solved! Go to Solution.
11-16-2018 03:23 AM
Hi Les,
You need to either:
-Manually deploy shared variables from the Project Explorer window by right-clicking on individual variables and selecting Deploy, or by right-clicking the library and selecting Deploy All.
11-19-2018 02:08 AM
Hi bkercher
In this very simple project there are no shared variables and it is not a Real-time application; I suspect that is is simply a case of the method not being supported by the runtime engine.
Many thanks for your response to this thread.
Les....