NAME
	Anagram -- determines single-word and/or multi-word anagrams of a
	given string of characters

DESCRIPTION
	Anagram is a Windows MFC application.

	Enter the set of characters for study into the text box labelled
	"Enter anagram text".

	Select the type of anagram solution required, using the Type of
	"Single Word" or "Multi-word".  Single word is the default.

	Click the Start button to commence anagram solving.  Solutions
	will appear in the Results box.  Solving is complete when the
	magnifying glass stops moving.  You can stop the solution
	processing at any time by clicking the Stop button.

	The Close button will dismiss the Anagram dialog window.

NOTES
	Anagram is distributed with a UK spelling dictionary file and a US
	spelling dictionary file.  The default file is named "words", and
	is expected to be found in the working directory when anagram is
	launched.  The default spelling is UK.  To change to US spelling,
	copy the "words_us" file to "words" and restart anagram.

INSTALLATION
	Simply copy the executable and the dictionary files to a convenient folder.

NO WARRANTY (and now the large print - thank you GNU)
	BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
	FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
	OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
	PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
	OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
	MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
	TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
	PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
	REPAIR OR CORRECTION.

	IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
	WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
	REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
	INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
	OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
	TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
	YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
	PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
	POSSIBILITY OF SUCH DAMAGES.

PROBLEMS
	Contact the author, mark_willson@talk21.com
.

