ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Windows CE 3.0 Application Programming
Author:
Nick Gratton&Marshall Brain
ISBN:
0 13 025592 0
Publisher:
Prentice Hall
Pages:
508pp + CD
Price:
£39-99
Reviewer:
Paul S Usowicz
Subject:
MS Windows
Appeared in:
14-2
This book is aimed at the Windows CE 3.0 programmer with a slant towards the Pocket PC. Topics covered include memory management, serial communications, RAPI, TAPI and networking. Most of the code samples are in C with some C++/MFC scattered throughout.

This book is definitely for the accomplished Windows C/C++ programmer who wishes to migrate their skills to the Windows CE platform. This book will not teach you how to program or how to use the MFC. What it will show you are the major differences between the Windows desktop API and the Windows CE API and any Windows CE specific API calls. Specific CE chapters include power management and the object store.

Having said that, the book does have a few omissions. The author has decided to miss out any information on the Windows CE GUI as, he says, this is covered adequately in other books. I feel this is a big mistake as the inclusion of a chapter on the basic Windows CE GUI differences and a chapter on GAPI (Games API) would have made this the only book you would have needed until you required some very detailed and specific information on a particular area.

The book is accompanied by a CD, which includes a number of goodies including the Microsoft Embedded Visual C++ 3.0 compiler, the Pocket SDK and all source code. It is refreshing to get a book that actually includes everything you need to start programming. I know the compiler and SDK are available as free downloads but at over 200MB for the pair this is certainly an easier way to acquire them. Most of the examples in the book are integrated into one large application that compiled, loaded and ran first time.

If you are a good Windows desktop programmer (using C or C++) and wish to start serious Windows CE programming then buy this book and a good book on the GUI to complement it. They may not be the only two books you will ever need but they will come close.