開発者向けの情報

Windows Mobile 5.0 introduced the GPS Intermediate Driver: "The GPS Intermediate Driver provides a very simple-to-use API for providing shared access to GPS data". By P/Invoking the stub gpsapi.dll, you can interact with the GPS Intermediate Driver below (gpsid.dll). Few APIs are needed:

WM5で導入されたGPSドライバについて、APIの利用方法・Tips等を紹介されていくようです。

この文書はWindows Mobile 5.0アプリの開発にVisualStudio 2005試用版で開発を挑み得た記録です。筆者自身はWindows MobileどころかWindowsプログラミング経験のほとんどないwebプログラマーですので意味不明な点が多々ありますが、この文書によってWindows Mobile繁栄の何かのお役に立てれば幸いです。

(情報元:X01HTの日記)

開発環境に関すること、またその他のTips等まとめられています。初めてWindowsMobile開発される方には参考になりそうです。