Object oriented Programming with States
Version 1.0a

Remarks concerning the compilation of the DEMO DOC example:
==========================================================

In order to allow the compilation of this example with different
compiler, the following 'makefile' are proposed in the 'DEMODOC'
directory :
- 'DEMODOC.PRJ'  : 'makefile' (or projectfile) for the "Borland
                   TC Lite" compiler (provided with the floppy).
- 'DOCUMENT.MAK' : 'makefile' (or project file) for the Microsoft
                   Visual C++ version 1.00 compiler.
- 'MAKEFIL.BCC'  : 'makefile' (or projectfile) for the "Borland
                   C++ version 4.0 and 4.5 compiler.

In each case, the configuration file 'STATE.CFG' has to be adapted.
The changes concern the 'STATE_USE_EXCEPT', 'STATE_OLD_COMPILER'
and of course the 'STATE_COMPILER' variables:

                   | TC LITE | Microsoft VC1.0 | Borland CPP 4.x |
-------------------|---------|-----------------|-----------------|
STATE_USE_EXCEPT   |   0     |      0          |       1         |
-------------------|---------|-----------------|-----------------|
STATE_OLD_COMPILER |   1     |      0          |       0         |
-------------------|---------|-----------------|-----------------|
STATE_COMPILER     | STATE_B.| STATE_MICROSOFT | STATE_BORLAND   |
-----------------------------------------------------------------|
