I've heard that thats all that will be used moving forward. When did the move away from other processors such as MIPS etc happen, and why did it happen etc.
I'm writing some native code and I'm thinking I can just compile this for the ARM processor and might be able to get away with this.
Thoughts

ARM Processor - Is that all that WinCE/Pocket PC Will Use Moving Forward
jvsystem
Correct. Even emulator in VS 2005 is ARM.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
selfcomposed
All Windows Mobile devices are ARM based since PPC 2002. Custom CE devices are not moving away from other processors and can be ARMV4I, x86, MIPS II, MIPS IV and SH4 for CE 5.0. If your application is just for Windows Mobile, then ARM only should do.< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Jose M. Marcenaro MVP
So to confirm, this is now "The Standard" moving forward, and I won't be surprised with a different processor down the road on the PPC
Thanks!