Click here to Skip to main content
15,867,330 members
Articles / Web Development / HTML

A Comprehensive CE Class Library to Replace ATL and MFC

Rate me:
Please Sign up or sign in to vote.
4.48/5 (14 votes)
4 Oct 2000CPOL 277.1K   998   70  
A collection of classes for CE that do not use ATL or MFC, plus an FTP client, database viewer, and sample application that solves beam deflection equations.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by SapCe.rc
//
#define IDS_PROJNAME                    100
#define IDR_REMOTEQUERY                 101
#define IDS_RAS_OPENPORT                201
#define IDS_RAS_PORTOPENED              202
#define IDS_RAS_CONNECTDEVICE           203
#define IDS_RAS_DEVICECONNECTED         204
#define IDS_RAS_ALLDEVICESCONNECTED     205
#define IDS_RAS_AUTHENTICATE            206
#define IDS_RAS_AUTHNOTIFY              207
#define IDS_RAS_AUTHRETRY               208
#define IDS_RAS_AUTHCALLBACK            209
#define IDS_RAS_AUTHCHANGEPASSWORD      210
#define IDS_RAS_AUTHPROJECT             211
#define IDS_RAS_AUTHLINKSPEED           212
#define IDS_RAS_AUTHACK                 213
#define IDS_RAS_REAUTHENTICATE          214
#define IDS_RAS_AUTHENTICATED           215
#define IDS_RAS_PREPAREFORCALLBACK      216
#define IDS_RAS_WAITFORMODEMRESET       217
#define IDS_RAS_WAITFORCALLBACK         218
#define IDS_RAS_INTERACTIVE             219
#define IDS_RAS_RETRYAUTHENTICATION     220
#define IDS_RAS_CALLBACKSETBYCALLER     221
#define IDS_RAS_PASSWORDEXPIRED         222
#define IDS_RAS_CONNECTED               223
#define IDS_RAS_DISCONNECTED            224
#define IDS_RAS_UNDEFINED_STATE         225
#define IDS_RAS_PROJECTED               226
#define IDS_RAS_STARTAUTHENTICATION     227
#define IDS_RAS_CALLBACKCOMPLETE        228
#define IDS_RAS_LOGONNETWORK            229
#define IDS_RAS_SUBENTRYCONNECTED       230
#define IDS_RAS_SUBENTRYDISCONNECTED    231

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        201
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         201
#define _APS_NEXT_SYMED_VALUE           102
#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
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions