views:

71

answers:

3

I cannot find a solution that works on all my devices. I need a library that will work on windows mobile 6 and 6.5. I can get the sdk sample to work on my HTC HD2 but it will not work on the HTC Diamond(Fuze)

+3  A: 

use the Intermediate Driver. this works well for me for all kinds of mobile phones using windows mobile (up to 6.5)

Joachim Kerschbaumer
GPSID (GPS Intermediate Driver) should work starting from Windows Mobile 5.0
afriza
A: 

GPS.NET v2.0 or v3.0 should work with your devices, if you're looking for a managed code library.

tomlog
+1  A: 

Download Windows Mobile 6 SDK or Windows Mobile 6.5.3 DTK and install it.

In folder C:\Program Files\Windows Mobile 6.5.3 DTK\Samples\Common\ you can find GPS code samples.

Kaan