Log in

View Full Version : Brand new to PocketPC programming


aaronphughes
05-10-2007, 04:31 PM
I just got the book Programming Microsoft Windows Ce .Net, Third Edition
http://www.amazon.com/Programming-Microsoft-Windows-Net-Third/dp/0735618844

I got the first program working on the emulator. However I cannot get the program to run on my IPAQ 3835!?!?!? It always says "this is not a valid Pocket PC application"

Can someone point me to a website or explain how this is done?

Thanks,
AH

Nurhisham Hussein
05-11-2007, 05:25 AM
When you compiled your program, did you make sure it was for ARM processors?

aaronphughes
05-11-2007, 06:57 AM
Yes, I compiled 3 different times, one for each variant. There was ARMV4, ARMV4I, ARMV4T

None of them worked.

aaronphughes
05-13-2007, 02:10 AM
Does nobody do development for IPAQs here? Is there another forum where I could get this answered?

Thanks,
AH

Erel
07-14-2007, 07:51 PM
I guess you are using VB .Net or C#.
Did you install .Net CF on your device?
Are you using Visual Studio 2005?
If yes, then you probably target .Net CF 2.0 which is not supported by Pocket PC 2002 devices.