Windows CE emulator
-
Hi, I want to run my program in an emulator.I am using evc++ 4.0. My cpu is Armv4i.The OS of the device is Windows CE 5.0. The program is working in the device but it didn't work in the emulator (Windos CE 5.0 Emulator).this is my first time to use an emulator so what can I do to run the program? When I try to run the exe file in the emulator which is working in device, it is giving an error like that "test.exe is not a valid windows CE application" Thanks, ibrahim
-
Hi, I want to run my program in an emulator.I am using evc++ 4.0. My cpu is Armv4i.The OS of the device is Windows CE 5.0. The program is working in the device but it didn't work in the emulator (Windos CE 5.0 Emulator).this is my first time to use an emulator so what can I do to run the program? When I try to run the exe file in the emulator which is working in device, it is giving an error like that "test.exe is not a valid windows CE application" Thanks, ibrahim
Ibrahim, You must have set your CPU of your device. From project->Settings, select WinCE Emulator from drop down or Select StandardSDK from the toolbar option & Rebuild again & then run. But doing so, the program will use standard sdk & compile & not based on Armv4i. For such CPU's got to run via device only, no other alternative. Hope this helps.
Thanks Terry