LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview runtime engine 2014 and window 10

Solved!
Go to solution

Is there any way how to make runtime engine 2014 version work in window 10 environment?
I know 2014 version does not support win 10. But I must use it.

I have to test an evaluation board and the installer of  GUI application for this board require runtime engine 2014 version.
I have installed 2014 version, first.
But GUI app installer sent pop up message 'runtime engine 2014 is needed'.
The other versions(after 2014) of rumtime engine installed are not recognized by GUI app installer,
I got same pop up message '2014 is needed'.

How can I use runtime engine 2014 version or GUI app of board?

0 Kudos
Message 1 of 6
(310 Views)
Solution
Accepted by topic author ads85

And you are installed the correct bit version of the runtime engine? 

Best guest is that you need to install the 32-bit version. 

Message 2 of 6
(288 Views)

Thanks for your comment.
I checked my computer OS and bit version, win10 64-bit.
According to the OS version, I installed runtime engine for 64 bit.
Considering your comment, what's the next step or checking point needed.

0 Kudos
Message 3 of 6
(269 Views)
Solution
Accepted by topic author ads85

@ads85 wrote:

Thanks for your comment.
I checked my computer OS and bit version, win10 64-bit.
According to the OS version, I installed runtime engine for 64 bit.
Considering your comment, what's the next step or checking point needed.


32 and 64 bits are different, just install the 32 bit runtime and it should work. The bitness must match the LV bitness that made the program, not your OS's.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 4 of 6
(263 Views)

@Yamaeda wrote:

@ads85 wrote:

Thanks for your comment.
I checked my computer OS and bit version, win10 64-bit.
According to the OS version, I installed runtime engine for 64 bit.
Considering your comment, what's the next step or checking point needed.


32 and 64 bits are different, just install the 32 bit runtime and it should work. The bitness must match the LV bitness that made the program, not your OS's.


The most creasiest way of the "quick bittness check" I've ever seen is to simply open the executable in the default Windows Notepad (I'm serious), then check the first printable characters after the first occurrence of 'PE':

32-bit:

 

PE  L

 

 64-bit:

 

PE  d†

 

This is how it looks in reality:

Screenshot 2024-05-08 14.19.05.png

(from StackExchange)
or use dumpbin /headers if you have SDK installed.

 

Message 5 of 6
(251 Views)

Thank you so much. I installed the 32-bit runtime engine and it works.

Have a good day. Yamaeda, dkfire and  Andrey Dmitriev.

0 Kudos
Message 6 of 6
(180 Views)