02-19-2019 11:56 PM
When I start the xxx.exe,then it will show a window as follow ,and I choose “bündig_calc_polygon_final.vi”
After that it will show the second window
But we can’t find the “2D Cartesion Coordinate rotation(Array).vi”. So we try all the .vi document(which is shown in the window).That does not work.
At the second window, when I choose different .vi document, after I klick the “List Errors” button, it will show different error.
02-20-2019 01:27 AM
Hi neil,
first problem: your EXE should NEVER search for some VIs outside of its own. It is already a failure to do so…
Second problem: you seem to use a CHINESE (?, atleast some Asian chars) OS version with an executable searching for a VI with a GERMAN name. This can lead to problems like yours as can be seen in that error message: it fails to show the correct VI name. (NEVER use any non-English chars in filenames with LabVIEW to avoid such problems…)
Third problem: that EXE is searching for a VI from vi.lib, which is NI stuff. It is a failure to search for that VI (should not happen with an EXE) and it could be a problem of not installing the proper toolkits with your LabVIEW installation…
Solution:
Ask for a new EXE - using NO "non-english" chars in the VI names.