71477222gps

所属分类:GPS编程
开发工具:C++ Builder
文件大小:4831KB
下载次数:4
上传日期:2010-03-19 09:31:04
上 传 者lwx86103
说明:  基于windows mobile开发的GPS应用程序,实现手机GPS功能
(Windows mobile based on the development of GPS applications, GPS capabilities in cell phones)

文件列表:
71477222gps\gps\GPS.ncb (4254720, 2009-09-06)
71477222gps\gps\GPS.sln (7000, 2007-03-30)
71477222gps\gps\GPS.suo (24064, 2009-09-06)
71477222gps\gps\MobileGPSDemo\DisplayGPSData.cpp (5519, 2007-03-30)
71477222gps\gps\MobileGPSDemo\DisplayGPSData.h (1319, 2007-03-30)
71477222gps\gps\MobileGPSDemo\GPSSink.cpp (2595, 2007-03-30)
71477222gps\gps\MobileGPSDemo\GPSSink.h (1273, 2007-03-30)
71477222gps\gps\MobileGPSDemo\MobileGPSDemo.vcproj (9045, 2007-03-30)
71477222gps\gps\MobileGPSDemo\MobileGPSDemo.vcproj.HWQ.hewq.user (1769, 2009-04-25)
71477222gps\gps\MobileGPSDemo\MobileGPSDemo.vcproj.LJC.chao.user (3325, 2009-09-06)
71477222gps\gps\MobileGPSDemo\stdafx.cpp (840, 2007-03-30)
71477222gps\gps\MobileGPSDemo\stdafx.h (2187, 2007-03-30)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\BuildLog.htm (8448, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\DisplayGPSData.obj (7368, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\GPSSink.obj (3795, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\MobileGPSDemo.lib (110364, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\MobileGPSDemo.pch (4128768, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\stdafx.obj (98081, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\vc80.idb (322560, 2009-04-13)
71477222gps\gps\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\vc80.pdb (380928, 2009-04-13)
71477222gps\gps\MobileGPSLib\GPSController.cpp (11516, 2007-03-30)
71477222gps\gps\MobileGPSLib\GPSController.h (2677, 2007-03-30)
71477222gps\gps\MobileGPSLib\MobileGPSLib.vcproj (9055, 2007-03-30)
71477222gps\gps\MobileGPSLib\MobileGPSLib.vcproj.HWQ.hewq.user (1769, 2009-04-25)
71477222gps\gps\MobileGPSLib\MobileGPSLib.vcproj.LJC.chao.user (3325, 2009-09-06)
71477222gps\gps\MobileGPSLib\stdafx.cpp (839, 2007-03-30)
71477222gps\gps\MobileGPSLib\stdafx.h (2183, 2007-03-30)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\BuildLog.htm (8472, 2009-04-13)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\GPSController.obj (14187, 2009-04-13)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\MobileGPSLib.lib (115840, 2009-04-13)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\MobileGPSLib.pch (4128768, 2009-04-13)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\stdafx.obj (98077, 2009-04-13)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\vc80.idb (314368, 2009-04-13)
71477222gps\gps\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\vc80.pdb (380928, 2009-04-13)
71477222gps\gps\MobileGPSUI\MobileGPS.ico (23558, 2007-03-30)
71477222gps\gps\MobileGPSUI\MobileGPSppc.aps (28060, 2009-09-06)
71477222gps\gps\MobileGPSUI\MobileGPSppc.rc (4779, 2007-03-30)
71477222gps\gps\MobileGPSUI\MobileGPSppc.rc2 (1626, 2007-03-30)
71477222gps\gps\MobileGPSUI\MobileGPSsp.aps (26232, 2009-09-06)
71477222gps\gps\MobileGPSUI\MobileGPSsp.rc (2964, 2007-03-30)
... ...

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // Code Sample Name: MobileGPS Feature Area: The GPS Intermediate driver Description: This sample demonstrates how one, can use native GPS APIs, to asynchronously retrieve both the location data and the GPS intermediate driver’s state. Code organization The code is organized in 3 projects that work together and integrate with one solution. Project1 : MobileGPSUI This project was generated by the VS wizard to implement the device UI. Minor changes have been made to this project to use MobileGPSDemo Project2 : MobileGPSLib This lib file implements the core logic required to communicate with the GPS intermediate driver. In addition, it provides an abstraction to ease the process of asynchronously handling the GPS Intermeidate events Project3 : MobileGPSDemo This project uses MobileGPSLib to communicate with the GPS Intermediate driver. Relevant APIs: GPS APIs: - GPSOpenDevice - GPSGetPosition - GPSCloseDevice - GPSGetDeviceState Usage: Load the project from Visual Studio 2005, Ensure that the Intermediate Driver is set to fake the GPS hardware. Then, compile and run the project. Assumptions: Either the retail device is GPS enabled or the device emulator has been setup to fake the GPS hardware. Check the GPS Intermediate Driver section on MSDN for further information. Requirements: Visual Studio 2005, Windows Mobile 6 Professional SDK Windows Mobile 6 Standard SDK Activesync 4.5. ** For more information about this code sample, please see the Windows Mobile SDK help system. **

近期下载者

相关文件


收藏者