12-09-2013 03:58 PM
I installed Runtime 2013(32 bit) and tried running a 2009(32 bit) application (double-clicked the app). It didn't work.
Are runtime engines not backward compatible?
Thanks,
Jeff
Solved! Go to Solution.
12-09-2013 03:59 PM - edited 12-09-2013 04:01 PM
No, you need to install the run time engine corresponding to the LabVIEW version used for the build. You can install multiple version and the executable will automatically use the right one.
In your case, you need to install two run time versions: 2013(32 bit) and 2009(32 bit)
12-09-2013 04:00 PM
You do need to have the version of the LabVIEW runtime engine that matches the version of the exe application. Sorry 😞
12-09-2013 04:04 PM
@altenbach wrote:
No, you need to install the run time engine corresponding to the LabVIEW version used for the build. You can install multiple version and the executable will automatically use the right one.
In your case, you need to install two run time versions: 2013(32 bit) and 2009(32 bit)
Thank you.
12-09-2013 04:05 PM
@LV_Pro wrote:
You do need to have the version of the LabVIEW runtime engine that matches the version of the exe application. Sorry 😞
Thank you.