home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / ioc / acdf4 / readme.txt < prev    next >
Encoding:
Text File  |  1996-02-22  |  6.5 KB  |  88 lines

  1. ***************************************************************************
  2. * COMPOUND DOCUMENT SAMPLE 4 "Advanced Server" - Readme File              *
  3. *                                                                         *
  4. * COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1996.*
  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. * See the IBM User Interface Class Library User's Guide                   *
  16. *   for more information about this sample program.                       *
  17. *                                                                         *
  18. * Compound Document Sample 4 "Advanced Server"                            *
  19. *                                                                         *
  20. * DESCRIPTION:                                                            *
  21. * - This samples shows how to enhance a container by adding various menu  *
  22. *   and toolabr fetaures. In the process, you can become familiar with the*
  23. *   way a container manages its list of one or more embedded components.  *
  24. *                                                                         *
  25. * TASK:                                                                   *
  26. * - The screen is initially blank. From the Edit menu the user may select *
  27. *   Insert Object to insert an OLE object. If more than one object is     *
  28. *   inserted, either from the toolbar or the File menu the user may       *
  29. *   manipulate the size and postion of the inserted objects. The size may *
  30. *   be 'shrunk' or 'grown'. The postions may be tiled or cascaded.        *
  31. *                                                                         *
  32. * CONCEPTS/FEATURES                                                       *
  33. * - This sample illustrates how to create derived model, view, stationery *
  34. *   and bundle classes from the Compound Document Framework.              *
  35. *                                                                         *
  36. ***************************************************************************
  37. * HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
  38. *                                                                         *
  39. * The sample application can be built by entering:                        *
  40. *   nmake                                                                 *
  41. * with no options while in the aCDF4 directory containing the Compound    *
  42. * Document Framework sample 4 application files.  The makefile is named   *
  43. * Makefile This will generate an executable file called:                  *
  44. *   aCDF4.exe                                                             *
  45. * which can be run from the command line.                                 *
  46. * To clean up the files generated from running make, enter:               *
  47. *   nmake clean                                                           *
  48. *                                                                         *
  49. ***************************************************************************
  50. * HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
  51. *                                                                         *
  52. * The sample WorkFrame project can be opened by entering:                 *
  53. *     iwf aCDF4.iwp                                                       *
  54. * The sample can be rebuilt by selecting the WorkFrame menu items:        *
  55. *     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
  56. * The sample can be run by selecting the WorkFrame menu items:            *
  57. *     "Project" and "Run" (or double click on the aCDF4.exe icon)         *
  58. ***************************************************************************
  59. * ADDITIONAL INFORMATION:                                                 *
  60. *                                                                         *
  61. * For additional information on this and other samples shipped            *
  62. * with the VisualAge for C++ product, please see the Guide to Samples     *
  63. * notebook.                                                               *
  64. *                                                                         *
  65. * To access the notebook from Program Manager, open the VisualAge for     *
  66. * C++ product object, then open the Guide to Samples notebook.            *
  67. ***************************************************************************
  68. * Shipped file List:                                                      *
  69. *                                                                         *
  70. *       Readme.txt      - Instructions for using this program             *
  71. *       aCDFSt4.cpp     - Source code for the Stationery class            *
  72. *       aCDFSt4.hpp     - Header file for the Stationery class            *
  73. *       aCDFBd4.cpp     - Source code for the Bundle class                *
  74. *       aCDFBd4.hpp     - Header file for the Bundle class                *
  75. *       aCDFMdl4.cpp    - Source code for the Model class                 *
  76. *       aCDFMdl4.hpp    - Header file for the Model class                 *
  77. *       aCDFVw4.cpp     - Source code for the View class                  *
  78. *       aCDFVw4.hpp     - Header code for the View class                  *
  79. *       aCDFUID4.hpp    - Header file containing the class id             *
  80. *       aCDFRes4.h      - Symbolic definition file                        *
  81. *       aCDFRes4.rc     - Resource file                                   *
  82. *       aCDFRes4.ico    - Icon File                                       *
  83. *       Makefile        - Makefile                                        *
  84. *       aCDF4.ipw       - WorkFrame project file                          *
  85. *       aCDF4.iwo       - WorkFrame options file (binary)                 *
  86. *       aCDF4.exe       - Prebuilt executable                             *
  87. ***************************************************************************
  88.