iphone

所属分类:Windows CE
开发工具:Visual C++
文件大小:6581KB
下载次数:228
上传日期:2011-11-11 23:12:19
上 传 者ivaaa
说明:  wince、winmobile平台的仿iphone UI,很漂亮,想美化界面的朋友们可以研究一下。
(wince, winmobile platform imitation iphone UI, very beautiful, would like to beautify the interface of friends can look at.)

文件列表:
iphone\GPS.ncb (1625088, 2006-01-04)
iphone\GPS.sln (7000, 2007-03-30)
iphone\GPS.suo (27648, 2006-01-04)
iphone\MobileGPSDemo\DisplayGPSData.cpp (5519, 2007-03-30)
iphone\MobileGPSDemo\DisplayGPSData.h (1319, 2007-03-30)
iphone\MobileGPSDemo\GPSSink.cpp (2595, 2007-03-30)
iphone\MobileGPSDemo\GPSSink.h (1273, 2007-03-30)
iphone\MobileGPSDemo\MobileGPSDemo.vcproj (9045, 2007-03-30)
iphone\MobileGPSDemo\MobileGPSDemo.vcproj.hp430-53.user.user (3345, 2006-01-04)
iphone\MobileGPSDemo\stdafx.cpp (840, 2007-03-30)
iphone\MobileGPSDemo\stdafx.h (2187, 2007-03-30)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\BuildLog.htm (8448, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\DisplayGPSData.obj (7368, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\GPSSink.obj (3795, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\MobileGPSDemo.lib (110364, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\MobileGPSDemo.pch (4128768, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\stdafx.obj (98081, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\vc80.idb (322560, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\vc80.pdb (380928, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I)\Debug (0, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Professional SDK (ARMV4I) (0, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\BuildLog.htm (8304, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\DisplayGPSData.obj (7360, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\GPSSink.obj (3787, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\MobileGPSDemo.lib (110448, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\MobileGPSDemo.pch (4128768, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\stdafx.obj (98193, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\vc80.idb (322560, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug\vc80.pdb (380928, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I)\Debug (0, 2006-01-04)
iphone\MobileGPSDemo\Windows Mobile 6 Standard SDK (ARMV4I) (0, 2006-01-04)
iphone\MobileGPSDemo (0, 2006-01-04)
iphone\MobileGPSLib\GPSController.cpp (11516, 2007-03-30)
iphone\MobileGPSLib\GPSController.h (2677, 2007-03-30)
iphone\MobileGPSLib\MobileGPSLib.vcproj (9055, 2007-03-30)
iphone\MobileGPSLib\MobileGPSLib.vcproj.hp430-53.user.user (3345, 2006-01-04)
iphone\MobileGPSLib\stdafx.cpp (839, 2007-03-30)
iphone\MobileGPSLib\stdafx.h (2183, 2007-03-30)
iphone\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\BuildLog.htm (8472, 2006-01-04)
iphone\MobileGPSLib\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\GPSController.obj (14187, 2006-01-04)
... ...

// // 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. **

近期下载者

相关文件


收藏者