I want to develop my first application for mobile devices, but I'm a little confused. I want to write an app that reads the GPS location from a phone. First, which GPS-enabled phones are in the market that I can write applications for using .NET compact framework What's the difference between SmartPhone, Windows Mobile, etc Is there a standard API for getting GPS location from a phone
Thanks,
Laura

GPS-Enabled devices that run .NET
sqltechlead
Hi,
I have located and deployed the sample application and it has worked successfully on an XDA Orbit, however when I run the same code on an Intermec CN3 it seems to fail at the point of the second call to the coredll.dll API method call WaitForMultipleObjects.
The value for the handle is the same on both the first and second calls to this method.
Is there a specific list of Windows Mobile 5 devices that this sample will run on Both the Orbit and CN3 are Windows Mobile 5 devices.
I would be very grateful for some help with regard to this issue.
Thank you very much for your time.
Paul Diston
Running-Man
If you have the Windows Mobile 5.0 Pocket PC SDK installed, you can find the sample at:
%SDK Dir%\Samples\Cs\Gps
%SDK Dir%\Samples\Vb\Gps
I hope that helps
Neil
Guillaume BLANC
I believe the only one available at a moment device with embedded GPS is HP iPAQ hw6515. It's not a phone, but Pocket PC Phone Edition, however.
Yes, there's manage API to access GPS starting from Windows Mobile 5.0 devices.
Please check out this site for extensive list of Windows Mobile devices:
http://www.windowsfordevices.com/< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Krivahn
As suggested above it only works on WM 5.0 devices.
On legacy devices like 6515 serial port classes should be used to connect to GPS.
ErikG
I have an hw6515 but when I deploy the GPS example I get an error something like "method not implemented". (I don't find "gpsapi.dll" on my pocket pc.)
Where can I find "gpsapi.dll"
Alec Cozens
su
Thanks!
Laura
Scott Myers
Hi all,
I have windows mobile 2003 based pocket PC and a CF GPS receiver.
How can I read the gps information from this receiver
How can I make use of serial communication classes here
Thanks,
Lavanya
Josh. W.
George Jackson