02-01-2010 05:34 PM
Solved! Go to Solution.
02-01-2010
06:36 PM
- last edited on
03-14-2024
01:09 PM
by
Content Cleaner
No, you cannot run it on a pda. You need the LabVIEW Mobile Module, modify the VI to remove any windows only functions, and rebuild it.
02-02-2010 01:21 AM - edited 02-02-2010 01:21 AM
Nuno_Gonçalves wrote:
I have made an application on my computer, and i was wondering if i can use it on my pda, what i mean is, can i use my application made on computer or do i have to make another one specifically for the PDA?
Just to clarify a bit more to what Dennis wrote, the PDAs are an entirely different platform, since they run with a completely different CPU (RISC, MIPS) in comparison to the x86 architecture normal desktops and notebooks are using (Your battery life would suck greatly if you had an x86 run in such a mobile device ). And LabVIEW VIs running as compiled binary code, this means that a VI compiled for x86 can't possibly run on any other CPU architecture without being recompiled.
Also Windows Mobile (build on Windows CE) has a VERY limited API compatibility to Desktop Windows, but really is a completely different OS too.