Running on Windows CE 6 'and' Windows XP
Posted
by Psychic
on Stack Overflow
See other posts from Stack Overflow
or by Psychic
Published on 2009-10-12T07:29:16Z
Indexed on
2010/04/26
10:43 UTC
Read the original article
Hit count: 252
windows-ce
|windows-xp
Is it possible to create a small program that will run, without recompiling and without emulators, on both Windows CE 6 AND Windows XP SP3?
From my knowledge, this isn't possible. Source code needs to be recompiled for the target platform. However, a hardware manufacturer for embedded boards is claiming otherwise.
The application isn't anything complex, just a simple benchmarking tool analysing floating point operations, CPU ticks etc, and displaying the results on a plain GUI.
© Stack Overflow or respective owner