PocketHAL - The Pocket PC Hardware Access Library
Copyright 2003 by Thierry Tremblay

This software is copyrighted software. Permission to use this software
in your own application (game) is hereby granted without fee.

Distribution of the PocketHAL library (by itself or as part of another
library distribution) is strictly prohibited.

Thierry Tremblay makes no representations about the suitability of this
software for any purpose. It is provided "as is" without express or
implied warranty.


Special Thanks to Sergey Chaban who contributed many optimizations to
this project.



Release 0.5
===========

+ The device's native orientation can be selected with ORIENTATION_NATIVE.
  Keys and stylus input won't be translated. (Input will behave as if the
  normal orientation had been specified.)
+ The API is now wrapped in namespace PHAL. This was done to "de-pollute"
  the global namespace.
- Removed aliases for orientations.



Release 0.4 - Beta 1
====================

+ Added viewport functionality to class Display
+ Added VC6 library for desktop development



Release 0.0.3
=============

+ CPU specific Optimizations for StrongARM and XScale.
* Fixed iPAQ 3600 and 3700 issue that would crash the devices.
* There is now only one ARM library for all versions of PocketPC.
* Changed the name of the library files.



Release 0.0.2
=============

* Fixed issue with iPAQ 3800 (screen would stay black).
* Mouse related messages now take the display orientation into account.



Release 0.0.1
=============

+ Technology Preview.
