I am having difficulty acquiring GPS data from the Blackjack II using the
gpsapi.dll. It works fine on the emulators and with FakeGPS, but still no
luck with the actual phone.
I am able to open the device without receiving an exception:
[DllImport("gpsapi.dll")]
static extern IntPtr GPSOpenDevice(IntPtr hNewLocationData, IntPtr
hDeviceStateChange, string szDeviceName, int dwFlags);
I know of the MoCaDo hack but I do not want to have to use it to send the
data to COM4.
Any ideas?
Simon Hart [MVP] - 04 Jul 2008 14:00 GMT
Have you tried running the sample GPS app that comes with the WM SDK?

Signature
Simon Hart
Visual Developer - Device Application Development MVP
http://simonrhart.blogspot.com
> I am having difficulty acquiring GPS data from the Blackjack II using the
> gpsapi.dll. It works fine on the emulators and with FakeGPS, but still no
[quoted text clipped - 9 lines]
>
> Any ideas?