***************************************************************************
* COMPOUND DOCUMENT SAMPLE 3 "Basic Container" - Readme File              *
*                                                                         *
* COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1996.*
*                                                                         *
* 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 3 "Basic Container"                            *
*                                                                         *
*  DESCRIPTION:                                                           *
*  - This sample is a basic container created from the Compound Document  *
*    Framework. Note that containers are automatically servers as well.   *
*    By inheriting from IEmbedderModel class the functionality to insert  * 
*    an object is all inherited, therefore this is a very simple sample.  *
*                                                                         *
* TASK:                                                                   *
* - The screen is initially blank. The Edit menu contains an Insert Object*
*   option. If this option is selected the user may insert an OLE server  *
*   into this container. This sample may also be inserted into another    *
*   OLE container.                                                        *
*                                                                         *
* CONCEPTS/FEATURES                                                       *
* - This sample illustrates how to create derived model and view classes  *
*   from the Compound Document Framework. Very few modifications need to  *
*   be made as the inherited classes provides most of the functionality.  * 
*                                                                         *
***************************************************************************
* HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
*                                                                         *
* The sample application can be built by entering:                        *
*   nmake                                                                 *
* with no options while in the aCDF3 directory containing the Compound    *
* Document Framework sample 3 application files.  The makefile is named   *
* Makefile This will generate an executable file called:                  *
*   aCDF3.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 aCDF3.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 aCDF3.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             *
*       aCDFMdl3.cpp    - Source code for the Model class                 *
*       aCDFMdl3.hpp    - Header file for the Model class                 *
*       aCDFVw3.cpp     - Source code for the View class                  *
*       aCDFVw3.hpp     - Header code for the View class                  *
*       aCDFUID3.hpp    - Header file containing the class id             *
*       aCDFRes3.h      - Symbolic definition file                        *
*       aCDFRes3.rc     - Resource file                                   *
*       aCDFRes3.ico    - Icon File                                       *
*       Makefile        - Makefile                                        *
*       aCDF3.ipw       - WorkFrame project file                          *
*       aCDF3.iwo       - WorkFrame options file (binary)                 *
*       aCDF3.exe       - Prebuilt executable                             *
***************************************************************************
