This is PCL - The Pilot Class Library
Preview release 0.0.2

Getting Started:
   1. Extract the distribution ;-)
   2. Read the documentation in doc/pl_index.html, read the installation
      instructions regarding the CPLUS_INCLUDE_PATH.
   3. Go to one of the samples/Basic directory and type 'make'. Follow the
        instructions, then type 'make' again.
   4. If everythings OK, read the documentation more thoroughly and try
        some more samples. (Be sure to read the PScrollbar class doc
        before trying samples/Scrollbar).
   5. If not, type 'make test', this should show the include path. Be
        sure, there's a '../../include' at the beginning!
        If not, goto step 2 (check the 'Installation' section).
   6. If not, again :-(

The samples:
   - samples/Basic is merely a test if the PCL is working at all.
   - samples/FormHandler is probably the most useful example. It shows
     the basic application structure as well as some subclassing methods.
   - samples/Fields and
   - samples/Scrollbar show the use of text fields w/ and w/o associated
     scrollbars.
   - samples/Buttons shows the use of the various button controls.
   - samples/PrefUtil is a real utility, which deletes application
     preferences (be very careful!). This can be useful, if you deleted
     e.g. AlarmHack without de-installing it. (BTW, there's a pure C
     version with only 4k of size :-) .

Bug reports to johler@ibm.net (But be sure you followed step 2.)

