** 7Colors V 1.4 for Ipaq
** Francois PESSAUX
** fpessaux@cs.stevens-tech.edu
** http://guinness.cs.stevens-tech.edu/~fpessaux/
** (c) June 2001


How to install ?
----------------
Depending on your processor, transfert the "7Colors.*.CAB" file on your Pocket PC
using ActiveSync, then simply execute it.
Everything should be right and automatically installed.

For Ipaq, the CAB file is: 7Colors.ARM.CAB
For Cassiopea, the CAB file is: 7Colors.MIPS.CAB
I also included a version for Strong ARM. The CAB file is: 7Colors.SH3.CAB
The file 7Colors.X86EMU.CAB is intended for using with the software emulator, for people who
don't have any real device and who would like to try the program anyway.

For the other Pocket PC models, please check your processor to determine which CAB file
you must install.

Where is the doc ?
------------------
Online in the program ;-)

History
-------
	V1.0 - First release.
	V1.1 - Bug fixes, more architectures supported.
	V1.2 - Bug fixes, user interface minor changes, better handling of program
			termination, added history information in the distribution.
	V1.3 (May 2001) - A lot of things:
		Double buffering to avoid flicking while screen is repainted,
		Changes in the interface to gain space and allow a larger board,
		As usual, bug fixes,
		Also rewrote some parts of the code to make them cleaner,
		Inclusion of the old version of the sources as reference to keep trace of
			the code handling ONWER_DRAWBUTTON,
		Added "fences", that is areas on the board that cannot be neither
			conquered nor jumped over.
	V1.4 (June 2001) - Important bug fixes
		Fixed the random initialization that "was not random" because 
			(at least on my IPaq) the wMilliseconds field of the
			SYSTEMTIME structure seems to be unreliable after a call to
			GetLocalTime.
		Fixed a huge memory leak in the display engine due to the fact that I
		always omitted to restore the old object after each call to SelectObject.
		Fixed the bug that always caused a new game to start even when canceling
			the options settings.
		Fixed the omitted character when retrieving players' name in the options.


Cheers,

	--Francois
