Hi,
I had a windows mobile application running for ARMV4 (Pocket PC 2003)
We got a new device XXXCE6 (ARMV4I), we need to compile the application for it, we followed these steps:
- install the Device SDK
- Build-> configurartion manager choose NEW from active solution platform
- for New Solutin platform we have chosen XXXCE6 (ARMV4I) , and for copy settings we have chosen Pocket PC 2003 , and check create new projects platform and then Clean solutions Rebuild Solution I got this error:
coredll.lib(COREDLL.dll) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM'
Any IDEA?
Thanks