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

  1. ***************************************************************************
  2. * COMPOUND DOCUMENT SAMPLE 5 "Collection Streaming" - Readme File         *
  3. *                                                                         *
  4. * COPYRIGHT: Copyright(C) International Business Machines Corp.,1992,1995.*
  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 5 "Collection Streaming"                       *
  19. *                                                                         *
  20. * DESCRIPTION:                                                            *
  21. * - This samples shows how to add / delete elements in a collection class.*
  22. *   Both the IKeySet and ISequence collection classes are demonstrated.   *
  23. *   These classes are also streamed in and out of the model.              *
  24. *                                                                         *
  25. * TASK:                                                                   *
  26. * - The screen contains 2 entry fields, a listbox, 2 pushbuttons and 2    *
  27. *   radio buttons. Depending on which radio button is selected            *
  28. *   (keyed or sequential) the user may add / delete entries to the        *
  29. *   respective list.                                                      *
  30. *                                                                         *
  31. * CONCEPTS/FEATURES                                                       *
  32. * - This sample illustrates how to create derived model, view, stationery *
  33. *   and bundle classes from the Compound Document Framework.              *
  34. *                                                                         *
  35. ***************************************************************************
  36. * HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
  37. *                                                                         *
  38. * The sample application can be built by entering:                        *
  39. *   nmake                                                                 *
  40. * with no options while in the aCDF5 directory containing the Compound    *
  41. * Document Framework sample 5 application files.  The makefile is named   *
  42. * Makefile This will generate an executable file called:                  *
  43. *   aCDF5.exe                                                             *
  44. * which can be run from the command line.                                 *
  45. * To clean up the files generated from running make, enter:               *
  46. *   nmake clean                                                           *
  47. *                                                                         *
  48. ***************************************************************************
  49. * HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
  50. *                                                                         *
  51. * The sample WorkFrame project can be opened by entering:                 *
  52. *     iwf aCDF5.iwp                                                       *
  53. * The sample can be rebuilt by selecting the WorkFrame menu items:        *
  54. *     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
  55. * The sample can be run by selecting the WorkFrame menu items:            *
  56. *     "Project" and "Run" (or double click on the aCDF5.exe icon)         *
  57. ***************************************************************************
  58. * ADDITIONAL INFORMATION:                                                 *
  59. *                                                                         *
  60. * For additional information on this and other samples shipped            *
  61. * with the VisualAge for C++ product, please see the Guide to Samples     *
  62. * notebook.                                                               *
  63. *                                                                         *
  64. * To access the notebook from Program Manager, open the VisualAge for     *
  65. * C++ product object, then open the Guide to Samples notebook.            *
  66. ***************************************************************************
  67. * Shipped file List:                                                      *
  68. *                                                                         *
  69. *       Readme.txt      - Instructions for using this program             *
  70. *       aCDFSt5.cpp     - Source code for the Stationery class            *
  71. *       aCDFSt5.hpp     - Header file for the Stationery class            *
  72. *       aCDFBd5.cpp     - Source code for the Bundle class                *
  73. *       aCDFBd5.hpp     - Header file for the Bundle class                *
  74. *       aCDFMdl5.cpp    - Source code for the Model class                 *
  75. *       aCDFMdl5.hpp    - Header file for the Model class                 *
  76. *       aCDFVw5.cpp     - Source code for the View class                  *
  77. *       aCDFVw5.hpp     - Header code for the View class                  *
  78. *       aCDFUID5.hpp    - Header file containing the class id             *
  79. *       aCDFRes5.h      - Symbolic definition file                        *
  80. *       aCDFRes5.rc     - Resource file                                   *
  81. *       aCDFRes5.ico    - Icon File                                       *
  82. *       Makefile        - Makefile                                        *
  83. *       aCDF5.ipw       - WorkFrame project file                          *
  84. *       aCDF5.iwo       - WorkFrame options file (binary)                 *
  85. *       aCDF5.exe       - Prebuilt executable                             *
  86. ***************************************************************************
  87.