home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v1.zip / IBMCPP / SAMPLES / ICLUI / SPLITCV / README.TXT < prev   
Text File  |  1993-05-12  |  5KB  |  73 lines

  1. ******************************************************************************
  2. * Canvas Classes Example 1 - Split Canvas Readme (README.TXT)                *
  3. *                                                                            *
  4. * COPYRIGHT: Copyright (C) International Business Machines Corp., 1992,1993. *
  5. *                                                                            *
  6. * DISCLAIMER OF WARRANTIES:                                                  *
  7. *   The following [enclosed] code is sample code created by IBM              *
  8. *   Corporation.  This sample code is not part of any standard IBM product   *
  9. *   and is provided to you solely for the purpose of assisting you in the    *
  10. *   development of your applications.  The code is provided "AS IS",         *
  11. *   without warranty of any kind.  IBM shall not be liable for any damages   *
  12. *   arising out of your use of the sample code, even if they have been       *
  13. *   advised of the possibility of such damages.                              *
  14. ******************************************************************************
  15. * NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  16. ******************************************************************************
  17. * Canvas Classes Example 1 - Split Canvas                                    *
  18. *   key functions:                                                           *
  19. *      - create a main window                                                *
  20. *      - run the current application                                         *
  21. *      - create horizontal and vertical split canvases                       *
  22. *      - create static text controls                                         *
  23. *      - load strings from resource bound to the exe                         *
  24. ******************************************************************************
  25.  
  26. ***************************************************************************
  27. * File list:                                                              *
  28. *   README.TXT   - Readme file for SPLITCV.EXE.                           *
  29. *   ASPLITCV.CPP   - Source code for SPLITCV.EXE                          *
  30. *   ASPLITCV.HPP   - Class header file form SPLITCV.EXE.                  *
  31. *   ASPLITCV.H     - Defines for SPLITCV.EXE                              *
  32. *   ASPLITCV.RC    - Resource File for SPLITCV.EXE                        *
  33. *   AMAKE.MAK    - Make file to create SPLITCV.EXE.                       *
  34. *   AMAKE.CMD    - Command file to create SPLITCV.EXE.                    *
  35. *   CLEANUP.CMD  - Command file to clean up (erase) the following         *
  36. *                   generated files:  SPLITCV.EXE, ASPLITCV.OBJ,          *
  37. *                   ASPLITCV.RES, and ASPLITCV.ERR.                       *
  38. ***************************************************************************
  39.  
  40. ***************************************************************************
  41. * File Relationship Diagram (Files in uppercase, Programs in lowercase)   *
  42. *                                                                         *
  43. *                    ASPLITCV.H                                           *
  44. *                      │  │                                               *
  45. *  ASPLITCV.HPP        │  │                                               *
  46. *      │               │  │                                               *
  47. *      │               │  │                                               *
  48. *      v               │  │                                               *
  49. *  ASPLITCV.CPP <──────┘  └──────────> ASPLITCV.RC                        *
  50. *      │                                   │                              *
  51. *      │                                  rc -r                           *
  52. *      │                                   │                              *
  53. *      v                               ASPLITCV.RES                       *
  54. *    icc -c ────> ASPLITCV.OBJ             │                              *
  55. *                     │                    │                              *
  56. *                     v                    │                              *
  57. *                 icc /Tdp                 │                              *
  58. *                     │                    │                              *
  59. *                     v                    v                              *
  60. *                  SPLITCV.EXE ────────>  rc ───────────> SPLITCV.EXE     *
  61. ***************************************************************************
  62.  
  63. ***************************************************************************
  64. * To build, run and cleanup SPLITCV.EXE:                                  *
  65. *                                                                         *
  66. *           Run AMAKE.CMD                                                 *
  67. *           Run SPLITCV.EXE                                               *
  68. *           Run CLEANUP.CMD                                               *
  69. *                                                                         *
  70. *   AMAKE.CMD compiles and links SPLITCV.EXE.                             *
  71. *   CLEANUP.CMD cleans up the files built by AMAKE.CMD.                   *
  72. ***************************************************************************
  73.