windows CE application on XP embedded

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello, am having an application which runs well in windows CE,but am in need
to make this run in windows XP embedded,whether its possible,if not let me
know the reason

thanks for your time
 
The CE application will not run directly. Different kernels and memory
space, etc. You will have to re-write the application for XP/XPe.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
XP Embedded Book Author - XP Embedded Advanced, XP Embedded Supplemental
Toolkit
 
saravananj,

Do you have (own) the application source code?
If you do, you can port it from Windows CE to XP. It the application uses mostly "regular" Win32 calls or, even better, a .Net app -
it is going to be relatively easy port.
 
Back
Top