Click here to Skip to main content
15,896,606 members
Articles / Mobile Apps

High Speed Graphics Library for WinCE

Rate me:
Please Sign up or sign in to vote.
4.81/5 (15 votes)
24 Jun 2002CPOL2 min read 266.2K   2.3K   91  
CEDraw is a high speed graphics library for WinCE.
//{{NO_DEPENDENCIES}}
// Microsoft eMbedded Visual C++ generated include file.
// Used by SDKSAMPLE.RC
//
#define IDS_APP_TITLE					1
#define IDS_HELLO						2
#define IDC_SDKSAMPLE				3
#define IDI_SDKSAMPLE				101
#define IDM_MENU						102
#define IDD_ABOUTBOX					103
#define IDM_FILE_EXIT					40002
#define IDM_HELP_ABOUT					40003

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        104
#define _APS_NEXT_COMMAND_VALUE         40004
#define _APS_NEXT_CONTROL_VALUE         1001
#define _APS_NEXT_SYMED_VALUE           101
#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
Web Developer
China China
8 Years Development experience from MS-DOS v3.0 to WindowsXP in C/C++. Profession in Visual C++, Native Win32 and MFC programming, Embedded development.Computer Graphics(Computer Games),Network Program.

Living in China now.

Comments and Discussions