J'ai un programme développé en c (visual .net 2003) qui fonctionne bien sur mon pc . Je dois le complier et le tester pour un processeur ARMV4I, j'ai donc installer l'embedded visual c++ 4.0 sp4 et le standard sdk 4.2.
Résultat, apres avoir creer un projet pour des Win32 (WCE ARMV4I) bien sur, lorsque je link j'ai tjrs le même message :
"An application targeting a standard SDKfor Windows CE.NET and build for the ARMV4I CPU can not be run in the emulator device. In order to run this application in any CPU other than the emulator, you will have to install the SDK that is compatible with standard SDK Windows CE.NET, than target a shadow platform pertaining to that SDK...."
Je dois donc avoir le bon sdk correspondant a des ARMV4I pour le tester, ou est ce que je peux le trouver?
Merci