home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / COMPILER / PMLINES / READ.ME < prev   
Text File  |  1995-06-08  |  5KB  |  121 lines

  1.  
  2. ***************************************************************************                                                *
  3. * PMLINES SAMPLE PROJECT: Readme File (READ.ME)                                                 *
  4. *                                                                                                                        *
  5. * COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1995.                  *
  6. *                                                                                                                        *
  7. * DISCLAIMER OF WARRANTIES:                                                                               *
  8. *   The accompanying code is sample code created by the IBM Corporation.                  *
  9. *   This sample code is not part of any standard IBM product and is                             *
  10. *   provided to you solely for the purpose of assisting you in the                                *
  11. *   development of your applications.  The code is provided "AS IS",                            *
  12. *   without warranty of any kind.  IBM shall not be liable for any                                *
  13. *   damages arising out of your use of the sample code, even if they                           *
  14. *   have been advised of the possibility of such damages.                                           *
  15. ***************************************************************************
  16. SAMPLE - PMLines (Sample1A)
  17.    DESCRIPTION:
  18.         PMLines is a Presentation Manager (PM) program that displays a
  19.         standard window and then draws lines in the window.  Both the
  20.         line and background colors change.
  21.  
  22.    TASK:
  23.         Creates and displays a standard window, uses simple menus and
  24.         dialog boxes, uses a second thread, and displays graphics.
  25.  
  26.         NOTE:  PMLines is written in C, for the equivalent C++ program
  27.         see the UILines sample.
  28.  
  29.    CONCEPT/FEATURE:
  30.         Shows building a simple visual application that uses OS/2's
  31.         Presentation Manager and task control using OS/2's multi threaded
  32.         capabilities.
  33.  
  34.    PROJECT LOCATION:
  35.         Inside the COMPILER Sample folder (inside the VisualAge C++ 
  36.         SAMPLES folder).
  37.  
  38.    SOURCE FILE LOCATION:
  39.         X:\ibmcpp\samples\compiler\pmlines
  40.  
  41.         where X: is the drive you installed the samples and document
  42.         component of VisualAge C++.
  43.  
  44.  
  45. HOW TO RUN THE SAMPLE:
  46.  
  47.    FROM WITHIN THE WORKFRAME ENVIRONMENT:
  48.         Open the Samples folder on your OS/2 desktop then double-click on
  49.         the project's icon to open the project view of the sample.  Click
  50.         on the RUN button of the project's toolbar.
  51.  
  52.    FROM THE COMMAND LINE:
  53.         Simply type the name of the .EXE file, that is:
  54.  
  55.             PMLINES
  56.  
  57.  
  58. HOW TO BUILD THE SAMPLE PROJECT YOURSELF:
  59.  
  60.    FROM WITHIN THE WORKFRAME ENVIRONMENT:
  61.         Open the Samples folder on your OS/2 desktop then double-click on
  62.         the project's icon to open the project view of the sample. In the
  63.         upper half of the project window you will see the icons of the
  64.         files associated with the sample.  From the Project pulldown, 
  65.         select BUILD -> REBUILD ALL. To run the sample project, see 
  66.         HOW TO RUN THE SAMPLE above.
  67.  
  68.    FROM THE COMMAND LINE:
  69.         A command file is provided to allow rebuilding of the WorkFrame
  70.         projects from the command line.  Simply type:
  71.  
  72.             BUILD
  73.  
  74.         To run the sample project, see HOW TO RUN THE SAMPLE
  75.         project above.
  76.  
  77.    SOFTWARE/HARDWARE PREREQUISTES:
  78.  
  79.         o   IBM VisualAge C++
  80.         o   OS/2 2.1 or Warp
  81.         o   IBM or compatible 386 and up.
  82.  
  83.    ADDITIONAL INFORMATION:
  84.         For more information on the creation and use of projects in the
  85.         WorkFrame environment, see the VisualAge C++ for OS/2 User's
  86.         Guide.
  87.  
  88.         To access an online book, simply open the main VisualAge C++
  89.         desktop folder, then open the Information Folder inside.  To view
  90.         a book, double-click on that book's icon.
  91.  
  92.  
  93. SOURCE FILES - PMLines
  94.  
  95.    Required files:
  96.  
  97.    READ.ME
  98.         Description and instructions for the sample.
  99.  
  100.    BUILD.CMD
  101.         This command file builds the PMLINES application as a WorkFrame
  102.         project.
  103.  
  104.    PMLINES.EXE
  105.         Sample's executable file.
  106.  
  107.    PMLINES.DLG
  108.         Defines the application's dialogs.
  109.  
  110.    PMLINES.C
  111.         The applications main C source file.
  112.  
  113.    PMLINES.H
  114.         Defines a number of macros and identifiers.
  115.  
  116.    PMLINES.ICO
  117.         Icon file
  118.  
  119.    PMLINES.RC
  120.         Defines the resources it uses, such as ico
  121.