Log in

View Full Version : developing for Smartphone 2002


iqat
01-01-2004, 08:30 AM
ok im a programmer who hasn't done windows sdk stuff in a decade.

what do i need to develop for Smartphone 2002? Can i target both 2002 and 2003 platforms? Do i need .NET? is .NET compatible w/2002? Can i use something like VB or am i stuck with C?

or, better yet, where can i read something that lays this all out for me?

THANKS!!!!
-steve

pk
01-01-2004, 09:09 PM
To develop for the SP 2002, you will need the Microsoft eMbedded Visual Tools 3.0 and the SmartPhone 2002 SDK. Both can be had at http://www.microsoft.com/windowsmobile/resources/downloads/developer/default.mspx.

The only officially supported language is C++, although there has been some hacks that make it possible to target the SP with eMbedded VB ( http://www.omnisoft.com/articles/spevb/default.asp ).

SmartPhone 2002 does not support the .Net Compact Framework, although SmartPhone 2003 does - and it has the Framework in ROM (I can't wait).

Grab the SP 2002 SDK and look through the docs. There's lots of samples in there, and the overall documentation is fairly good. Also check out:
SmartPhone Developer Network - http://www.smartphonedn.com/
PocketPC Developer Network - http://www.pocketpcdn.com/sections/mail.html (Some of this is applicable to the SP)
SmartDevices Community - http://smartdevices.microsoftdev.com
Microsoft "Official" CE Development Site - http://www.microsoft.com/windowsmobile/information/devprograms/default.mspx
MSDN Mobility - http://msdn.microsoft.com/mobility/
Dev resources - http://www.microsoft.com/windowsmobile/resources/communities/developer/onlineresources/default.mspx

For newsgroups, visit news://microsoft.public.smartphone.developer

Good luck!