Click here to Skip to main content
15,881,089 members
Articles / Mobile Apps / Windows Mobile

GPS and Web Service using C++ ATL/WTL (Windows Mobile 6, Standard)

Rate me:
Please Sign up or sign in to vote.
4.93/5 (27 votes)
18 Jan 2008CPOL7 min read 104.4K   1.4K   81  
This article explains how to use the GPS API and Web Service on a SmartPhone to show demographics information for the current location.

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GPSDemographics", "GPSDemographics\GPSDemographics.vcproj", "{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}"
EndProject
Project("{B900F1C2-3D47-4FEC-85B3-04AAF18C3634}") = "GPSDemographicsSetup", "GPSDemographicsSetup\GPSDemographicsSetup.vddproj", "{6B1E5F44-E52F-4965-8518-092A1D18EACD}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Windows Mobile 6 Standard SDK (ARMV4I) = Debug|Windows Mobile 6 Standard SDK (ARMV4I)
		Release|Windows Mobile 6 Standard SDK (ARMV4I) = Release|Windows Mobile 6 Standard SDK (ARMV4I)
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug|Windows Mobile 6 Standard SDK (ARMV4I)
		{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Debug|Windows Mobile 6 Standard SDK (ARMV4I)
		{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Debug|Windows Mobile 6 Standard SDK (ARMV4I)
		{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}.Release|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release|Windows Mobile 6 Standard SDK (ARMV4I)
		{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}.Release|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Release|Windows Mobile 6 Standard SDK (ARMV4I)
		{1B8B52E2-D3DC-4C2F-B7F0-29C284B8A838}.Release|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Release|Windows Mobile 6 Standard SDK (ARMV4I)
		{6B1E5F44-E52F-4965-8518-092A1D18EACD}.Debug|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Debug
		{6B1E5F44-E52F-4965-8518-092A1D18EACD}.Release|Windows Mobile 6 Standard SDK (ARMV4I).ActiveCfg = Release
		{6B1E5F44-E52F-4965-8518-092A1D18EACD}.Release|Windows Mobile 6 Standard SDK (ARMV4I).Build.0 = Release
		{6B1E5F44-E52F-4965-8518-092A1D18EACD}.Release|Windows Mobile 6 Standard SDK (ARMV4I).Deploy.0 = Release
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Chief Technology Officer CDYNE Corporation
United States United States
Developer, Maker and Tinkerer

Comments and Discussions