Question

I'm exploring on how to connect to GPS on Windows Mobile using VB.net. (Compact framework)

Most of the result that I found is using GPS Intermediate Driver . but this seems not solve my problem(or perhaps I just don't understand it?)

Besides, I found that there is something like gpsapi.dll in which I think I can add as a reference. But where can I get this?

I've read article:using the managed GPS sample too, but it seems only for C?

Please guide me / correct me if I'm wrong

Was it helpful?

Solution

It looks like it is for C#. And the download for the Windows Mobile 6.5.3 Developer Tool Kit is here: http://www.microsoft.com/en-au/download/details.aspx?id=5389

Read the steps in the article link carefully:

Find the samples folder, compile the sample, grab the generated dll, import into your solution as a reference, put in the imports directive and you should be there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top