03-28-2022 10:12 AM
I was asked to transfer an existing application running on a windows 7 machine, to a windows 10 machine. I think I have all the relevant software installed, but when I try to run the .exe, I get the following:
The 2015 runtime engine is located on the hard drive;
I'm unfamiliar with Labview, so any help is very much appreciated!
Solved! Go to Solution.
03-28-2022 04:32 PM
You are showing the location of the 64bit runtime. (assuming you have 64bit windows).
You need to install the 32bit LabVIEW 2015 runtime if that was used to build the exe (very likely!).
(32bit location would be in C:\Program Files (x86)\National Instruments\Shared\LabVIEW Run-Time)
03-30-2022 07:49 AM
Thank you. I'm making progress, but now I'm asked to find the shared library named "nisyscfg.dll"
I did a search on the hard drive and did not find the file.
03-30-2022 10:29 AM
You probably need to install all drivers.
03-30-2022 10:34 AM
That seems to have done the trick.
THANK YOU.
04-12-2022 07:55 AM
I'm able to display the GUI, but now throwing error message.
I've compared the nisyscfg.* files between the Windows7 and Windows10 machines.
They appear to match. I'm frustrated.