ClassBuilder is an Object Oriented C++ front end to your compiler. It lets
you create, manipulate and navigate classes, class relations, class members
and class methods at a high level of abstraction trough a graphical user 
interface. Its rich feature list includes:
- Class diagram editing
- Full code generation for the defined relations and their associated find 
  methods.
- Wizards to insert code, like iteration loops and navigation paths.
- Code synchronisation with compile environment.
- Full code generation for serializing the complete data model when used 
  together with MFC. (The tool is build with itself and uses this feature 
  to save to and read from file).
- Drag and drop support for many things. Adding a member to a class is just
  drag with holding down the Ctrl-key and then drop it on the desired class.
- Documentation generation in RTF and HTML. 
- etc.

This version may be freely distributed as is, without modification. The
program is fully functional, there are no limitations.
The author (Jimmy Venema) can be contacted via e-mail at venemaj@ce.philips.nl
or by phone at +31 40 2736839 (work), +31 492 549818 (home).

This release consists of the following files:

Readme.txt
	This file.

Setup.exe 
	The self extracting install executable, run this program to install 
        ClassBuilder. 

Version 2.0 (release November 1998)
- Command 'Read Visio' removed.
- Command 'Write Mdl' removed.
- Added integrated class diagram editor, therefore the above commands are 
  obsolete.
- Undo and Redo of commands plus Undo/Redo code generation
- Updated documentation generation, to include the class diagram drawings.
- Put spelling checking of for some parts of the document
- Added Rtf documentation reader, to read the updated generated Rtf 
  documentation back in ClassBuilder.
- Changed mouse click behaviour with respect to 'Open' and 'Edit Code'.
- Removed Check on (Other Type) type names, types like 'void _far' are now 
  allowed.
- When adding a new method, the settings of the last added method at the same
  class are used. Or when a method is selected, then those settings are used.
  This is a nice feature when making interfaces, where all methods are public
  and pure virtual.
- Improved synchronise behaviour, when ClassBuilder becomes the active application
  it checks if source files are changed. Only updated files are read back in.
- Added a Get() method to the iterator class, it acts the same as the -> or
  the cast operator.
- Changed the size of some dialog boxes.
- Changed the 'variable->Method()' slightly, now members are shown.

Version 2.1 (Release Q1 1999 ?)
- Major documentation update!!!
- Coping parts of other projects.

Version 2.5 (Release Q2 1999 ?)
- Colorized source code editor, with wizard functionality.

Version 2.6 & 27 are planned as bug fix releases, with wizard enhancements
on the source code editor.

Version 3.0 ??????? I need input for this one!!!!
