04-06-2018 03:42 AM
I have an application which was developed in LabVIEW 2013. I created a development environment with 64-bit LabVIEW 2017 then opened the original code. The application is now saved as LV2017 and will run on the development PC from source without errors.
When I created an executable of the app, it will also run on the development PC without errors.
If I try to run the app on the target PC, I get a broken arrow and this error:
On the target PC I have installed LabVIEW Runtime 2017 SP1 f1 (64-bit) and NI-VISA Runtime 17.5.
How do I determine which components are required on the target PC to allow the app to run? or perhaps there's another issue I've not thought of?
04-06-2018 04:35 AM
Hi bmann,
How do I determine which components are required on the target PC to allow the app to run? or perhaps there's another issue I've not thought of?
Create an installer setup in your project: LabVIEW is quite good (nowadays) to select the needed drivers!
Then use this setup routine instead of installing (just) RunTimeEngine "manually"…