***************************************************************************
* COMPOUND DOCUMENT SAMPLE 6 "Compound Document Hello5" - Readme File     *
*                                                                         *
* COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1995.*
*                                                                         *
* DISCLAIMER OF WARRANTIES:                                               *
*   The following [enclosed] code is sample code created by IBM           *
*   Corporation.  This sample code is not part of any standard IBM product*
*   and is provided to you solely for the purpose of assisting you in the *
*   development of your applications.  The code is provided "AS IS",      *
*   without warranty of any kind.  IBM shall not be liable for any damages*
*   arising out of your use of the sample code, even if they have been    *
*   advised of the possibility of such damages.                           *
*-------------------------------------------------------------------------*
* See the IBM User Interface Class Library User's Guide                   *
*   for more information about this sample program.                       *
*                                                                         *
* Compound Document Sample 6 "Compound Document Hello5"                   *
*                                                                         *
* DESCRIPTION:                                                            *
* - This samples illustrates how to convert an existing application into a*
*   server component. It converts the Hello World 5 sample application,   * 
*   which is one of the User Interface Class Library samples.             *
*                                                                         *
* TASK:                                                                   *
* - The screen is indentical to Hello World 5, with an Earth Window,      *
*   a listBox, and a static text field. There are pushbuttons, an info    *
*   area and a status line attached to the frame window as frame          * 
*   extensions. Help has also been added and it can be invoked by pressing*
*   either the Help pushbutton or F1.                                     *
*                                                                         *
* CONCEPTS/FEATURES                                                       *
* - This sample illustrates how to create a derived model, view,          *
*   stationery and bundle classes from the Compound Document Framework.   *
*                                                                         *
* SPECIAL NOTES                                                           *
* - The aCDFhlp6.hlp help file must be copied into a directory in your    *
*   HELP environment variable or F1 will not find the help file when the  *
*   aCDF6 server is embedded (or run from the program manager).           *
* - You must have installed the "help" DLLs (IPF32.DLL, LIBIPF32.DLL)     *
*   or the application will not start ("cannot locate the IPF32.DLL"      *
* - You must have set the IPF_PATH to the CSET root directory             *                                                           *
***************************************************************************
* HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
*                                                                         *
* The sample application can be built by entering:                        *
*   nmake                                                                 *
* with no options while in the aCDF6 directory containing the Compound    *
* Document Framework sample 6 application files.  The makefile is named   *
* Makefile This will generate an executable file called:                  *
*   aCDF6.exe                                                             *
* which can be run from the command line.                                 *
* To clean up the files generated from running make, enter:               *
*   nmake clean                                                           *
*                                                                         *
***************************************************************************
* HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
*                                                                         *
* The sample WorkFrame project can be opened by entering:                 *
*     iwf aCDF6.iwp                                                       *
* The sample can be rebuilt by selecting the WorkFrame menu items:        *
*     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
* The sample can be run by selecting the WorkFrame menu items:            *
*     "Project" and "Run" (or double click on the aCDF6.exe icon)         *
***************************************************************************
* ADDITIONAL INFORMATION:                                                 *
*                                                                         *
* For additional information on this and other samples shipped            *
* with the VisualAge for C++ product, please see the Guide to Samples     *
* notebook.                                                               *
*                                                                         *
* To access the notebook from Program Manager, open the VisualAge for     *
* C++ product object, then open the Guide to Samples notebook.            *
***************************************************************************
* Shipped file List:                                                      *
*                                                                         *
*       Readme.txt      - Instructions for using this program             *
*       aCDFSt6.cpp     - Source code for the Stationery class            *
*       aCDFSt6.hpp     - Header file for the Stationery class            *
*       aCDFBd6.cpp     - Source code for the Bundle class                *
*       aCDFBd6.hpp     - Header file for the Bundle class                *
*       aCDFMdl6.cpp    - Source code for the Model class                 *
*       aCDFMdl6.hpp    - Header file for the Model class                 *
*       aCDFVw6.cpp     - Source code for the View class                  *
*       aCDFVw6.hpp     - Header code for the View class                  *
*       aCDFUID6.hpp    - Header file containing the class id             *
*       aCDFEat6.cpp    - Source code the Earth Window Class              *
*       aCDFEat6.hpp    - Header file for the Earth Window Class          *
*       aCDFDlg6.cpp    - Source code the Dialog Box Class                *
*       aCDFDlg6.hpp    - Header file for the Dialog Box  Class           *
*       aCDFRes6.h      - Symbolic definition file                        *
*       aCDFRes6.rc     - Resource file                                   *
*       aCDFRes6.ico    - Icon File                                       *
*       Makefile        - Makefile                                        *
*       aCDF6.ipw       - WorkFrame project file                          *
*       aCDF6.iwo       - WorkFrame options file (binary)                 *
*       aCDF6.exe       - Prebuilt executable                             *
***************************************************************************
