Click here to Skip to main content
Click here to Skip to main content

A comprehensive CE class library to replace ATL and MFC

By , 4 Oct 2000
 

Introduction

CeLib is a collection of classes that are a cross between ATL and MFC Window classes with some additional functionality thrown in to get some of the functionality you get from MFC (string, network and UI).

I first started programming for Windows CE version 2.0 for HPC and 2.01 for Palm-sized PC. The only tools, available were a Visual Studio 5.0 plugin for C++ and a Visual Basic plugin for 5.0. MFC was avialble for the 2.0 HPC platform, but not for 2.01 Palm-sized PC, in addition it was a 300+ K additional installation and wasn't yet included on most ROMs. I needed to write applications that would run on both so MFC and ATL were out. So I looked at the source for MFC and ATL and some other window class library and stole the ideas and wrote my own.

An application with significant functionality can be created in 20k. The database browser that is included is about 50k and requires no DLLs that aren't already installed.

Version Information

These libraries will build for operating system versions 2.0, 2.01 and 2.11. They have been tested and work on HPC 2.0, Palm-sized PC 1.0, Palm-sized PC 1.2, HPC Pro 3.0, and PocketPC in compatibilty mode.

Some important files

CePlatform.h Compile time defines to make life easier for version differences in library includes all libraries required for COM and normal Window functionality. Library names are different across different version of CE as well as between the emulator and non-emulator versions, this header hides those differences.

Also note that in Windows CE, many library functions from Windows 95/NT like WINSOCK and TAPI are included in the standard libraries, NOT in a special libraries.

CeDebug.h Debug support such as TRACE, ASSERT
CeMisc.h Miscellaneous helper classes

Class Descriptions

String

CeString reference counted string class, CString plus numeric conversion

User Interface

CeBaseWnd A wrapper around HWND that provides for windows calls, but does not handle messages at all.
CeMsgWnd Message Handling for any class through multiple inheritance.
CeWnd Derived from both CeBaseWnd and CeMsgWnd to create the functionality of CWindowImpl (ATL) or CWnd (MFC), a basic Window wrapper
CeCmdBar Wrapper class for CE command bars
CeCombo Wrapper class for comboboxes
CeSplitFrame Frame Splitter class
CeTabCtrl Tab control wrapper
CDialogScroll Dialog with scroll bars
CeStatic Static control wrapper
CeChildMgr A class for managing child window positioning within a common parent
CePropertySheet Property sheet wrapper
CePropertyPage Property page wrapper
CeDialog Dialog wrapper class
CeFontDlg Font chooser dialog wrapper
CeStaticGroup Group box class

Modules, Control and Threads

CeCriticalSection CRITICALSECTION wrapper
CeWaitableHandle HANDLE wrapper with WaitForXXXXObject() support
CeManualEvent Manual Reset EVENT class
CeAutoEvent Auto Reset EVENT class
CeWaitObjects A class for constructing a list of object that can be waited for in concert (WaitforMultipleObjects, MsgWaitforMultipleObjects, etc)
CeWorkerThread Thread wrapper class
CeAppModule wrapper for an application's instance

Network

CeSocket Socket wrapper classes
CeSockAddr Socket Address (SOCKADDR) wrapper
CeFtpClient FTP client class, a native implementation on the CeSocket class

Operating System

CeFindFile FindFile wrapper
CeRegKey Registry API wrapper
CeResource Simple Resource access
CeVersionInfo Version info extraction

Utility

CeArray Simple array class
CeSimpleMap Simple map (hashtable) class
CeRect RECT wrapper class
CePoint POINT wrapper class

Database

CeDb CE native database support

Experimental

CeInkCtrl Wraps the Ink control
CeRichInkCtrl Wraps the Rich Ink control
CeRas RAS API wrapper
CeToolTip Tooltip class

History

Oct 5 2000 - Updated with both functional and PocketPC support changes.

License

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

About the Author

Kenny G
United States United States
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionA little Trouble on CToken Class (in CeFtp.cpp) ?membertangi maury5 Jan '11 - 4:07 
QuestionHow to use RecvFile?memberharizon926 May '08 - 4:53 
QuestionHow about support for Windows Mobile 5memberpanachepitts17 Nov '06 - 10:38 
QuestionVS 2005 supportmemberhojjat_rele23 Jul '06 - 23:30 
GeneralWaitForMultipleObjectmemberammasramesha29 Jul '05 - 20:14 
GeneraleVC++ 4.0 supportmemberStober23 Mar '05 - 5:20 
GeneralWrite behind stack buffer in CCeSocket::GetHostByName()memberChristoph Weber21 Oct '04 - 22:05 
GeneralI don't want to use ADOCE in my PocketPC.memberGopabandhu26 Apr '04 - 22:01 
GeneralRe: I don't want to use ADOCE in my PocketPC.memberHeng cao5 Jun '04 - 7:55 
GeneralFTP app and sortingmemberAmit Dey26 Dec '03 - 12:06 
GeneralFtp classmemberSimone197618 Dec '03 - 5:09 
QuestionHow can use it in evc++ 3?sussSimone Sanfilippo13 Nov '03 - 23:50 
AnswerRe: How can use it in evc++ 3?memberAndreas Muegge1 Dec '03 - 20:52 
GeneralRe: How can use it in evc++ 3?memberSimone Sanfilippo1 Dec '03 - 22:59 
QuestionHow to use CeVersioninfo class?memberMark Findlay7 Sep '03 - 13:01 
GeneralPocketPC tapi problem HELP !!!memberthitoune24 Mar '03 - 0:04 
GeneralRe: PocketPC tapi problem HELP !!!sussAnonymous15 May '03 - 9:59 
Generalwireless transfermemberronaldo8313 Mar '03 - 16:45 
GeneralATL for SmartPhonesussNickBln13 Feb '03 - 4:50 
GeneralRe: ATL for SmartPhonesussAnonymous11 Mar '03 - 21:31 
GeneralWireless comm and TAPImemberTushar_Zaware30 Sep '02 - 0:38 
Questioncan't add items to Tree view in evc++ ??membergiancarlo Molina31 May '02 - 6:58 
GeneralCeDbRecord::AddProp is brokenmemberAnonymous10 Apr '02 - 22:32 
GeneralSome ProblemsmemberAnonymous20 Mar '02 - 5:51 
GeneralSend To IrDA printer in Pocket PCmemberMesut3 Mar '02 - 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 5 Oct 2000
Article Copyright 2000 by Kenny G
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid