 ********************************************************************
 * 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.
 ********************************************************************

 NAME: WELCOME


 DESCRIPTION:
     This sample program is used with the "Welcome to
     VisualAge for C++" tutorial.  The tutorial introduces the WorkFrame
     development environment and illustrates the integration of
     VisualAge for C++ components with a WorkFrame project.
     The tutorial describes how to invoke the components from a
     WorkFrame project and to carry out some basic tasks using
     the sample program. The VisualAge for C++ components used are
     the Editor, Browser, Debugger, and Performance Analyzer.

 FEATURE/CONCEPTS:
       Use VisualAge C++ components with WorkFrame.

 TASK:
        Build project files (compile and link).

 HOW TO RUN THE SAMPLE FROM THE COMMAND LINE:
     From within the directory containing the sample, simply type
     the name of the executable:

        OVIEW


 MORE VisualAge for C++ SAMPLES INFORMATION:
     A complete listing of samples shipped with the VisualAge for C++
     product can be found in the online GUIDE TO SAMPLES.  To access
     this notebook, simply:

     - Open the VisualAge for C++ program group in the Program Manager
       window, then
     - Open the Guide to Samples notebook in the program group


    FILE NAME(s)    DESCRIPTION
    ------------    ------------
    OVIEW.CPP       C++ source code for the Welcome project.
    IMP.CPP         C++ source code for the Welcome project.
    TESTSTRG.HPP    Include file.
    README.TXT      This file.

