Click here to Skip to main content
15,885,757 members
Articles / Mobile Apps / Windows Mobile

Native DLL for GPS communication

Rate me:
Please Sign up or sign in to vote.
4.25/5 (8 votes)
22 Jul 2010CPOL2 min read 63.2K   3.2K   45  
Giving full control over the communication with a GPS device in a limited environment.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by dllppc.RC
//

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE	1000
#define _APS_NEXT_CONTROL_VALUE		1000
#define _APS_NEXT_SYMED_VALUE		1000
#define _APS_NEXT_COMMAND_VALUE		32771
#endif
#endif

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
Software Developer (Senior)
France France
I am an IT professional working in the field of graphical user interfaces, building and system simulation software.

My passion are portable devices, from robots to cell phones and GPS systems, which I enjoy using, customizing and programming in my free time.

I currently write a free moving-map application for GPS devices: http://maplorer.com

Comments and Discussions