From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does Labview run-time engine 6.0 application created by Window NT can install & run on other OS?

I created a Run-Time engine 6.0 application from my Vi and it is working fine! I wonder that this application can install and run on other OS system? What I have heard is "Yes" ... but I am not sure!
Any one know for sure? Thanks.
0 Kudos
Message 1 of 4
(2,273 Views)
I develop on a WIN NT system and we have installed my applications on WIN 95, 98 and 2000 systems (though 2000 can be finicky). As long as you are not doing any system calls that are specific to WIN NT (password protection, network server, etc.), this is not a problem.

Rob
0 Kudos
Message 2 of 4
(2,273 Views)
Hello Rob,

I am sorry that I did not clarify my question enough, I meant other kind of OS 's that are not from Microsoft Windows!

Might be you know those?

Thanks,
0 Kudos
Message 3 of 4
(2,273 Views)
> I am sorry that I did not clarify my question enough, I meant other
> kind of OS 's that are not from Microsoft Windows!
>


Across multiple OSes, you will most likely be able to load the VIs and
execute them in the LV environment or rebuild the executable with no
problem. But, you will not be able to run executables built for Windows
on Mac, Solaris, or Linux. The reason is that executables have to meet
binary standards, and those standards differ between the OSes. It
really doesn't matter what language/tool the executable is built with,
if it is the OS that is loading it, it will be specific to the OS.

It would be great of someone like ISO or ANSI declared an executable
standard that all OSes could load and execute, but since t
he goal of
executables is maximum flexibility and maximum performance, it is
unlikely that this new standard would win out over the existing ones.
If this comes about, the LV team will definitely be looking to take
advantage of it.

Greg McKaskle
0 Kudos
Message 4 of 4
(2,273 Views)