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: 

Is it possible to run a Labview executable on a Windows 8 Phone?

Solved!
Go to solution

If I create an executable from Labview,will it be possible to run it on a Windows 8 phone?

0 Kudos
Message 1 of 4
(2,574 Views)
No.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 2 of 4
(2,553 Views)
Solution
Accepted by topic author don_h

No, as Mike already said.

 

The reason being that a LabVIEW executable contains binary code that is compiled for the x86 CPU architecture and accesses the Win32 API. Windows Phone typically runs on ARM or RISC CPUs and did only provide a very limited Win32 subset in the past. With the new Windows RT technology it actually moved even further away from Win32 compatibility as it's entire architecture is based on the .Net technology.

 

So even if you happen to get an Intel Atom based Windows Phone device which would be x86 compatible it couldn't work, since a LabVIEW executable is a Win32 portable executable format not a .Net bytecode image.

Rolf Kalbermatter
My Blog
Message 3 of 4
(2,531 Views)

I like this post, very succinct.

0 Kudos
Message 4 of 4
(2,343 Views)