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

  1. ***************************************************************************
  2. * COMPOUND DOCUMENT SAMPLE 2 "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 2 "Advanced Server"                            *
  19. *                                                                         *
  20. *  DESCRIPTION:                                                           *
  21. * - This sample server application was created specifically to demonstrate* 
  22. *   notifications, User Interface control handlers, and flattening /      *
  23. *   resurrecting of objects to a stream.                                  *
  24. *                                                                         *
  25. * TASK:                                                                   *
  26. * - There are 2 entry fields, 3 static text fields and a pushbutton on the*
  27. *   screen. In left portion of the screen are two entry fields which      *
  28. *   allow the user to manipulate the model data represented on the right  * 
  29. *   in the static fields. To do this users enter new data in the entry    *
  30. *   fields and press either enter or newline. In the center is a another  * 
  31. *   static field. This displays what the model pointer object data is     *
  32. *   currently set to. This pointer may be set to the data in either of the* 
  33. *   entry fields by double clicking on the respective field.              *
  34. *                                                                         *
  35. * CONCEPTS/FEATURES                                                       *
  36. * - This sample illustrates how to create derived model, view, stationery *
  37. *   and bundle classes from the Compound Document Framework.              *
  38. *   It also demonstrates how to incorporate handlers, and notifications   *
  39. *   into the server.                                                      *
  40. *                                                                         *
  41. ***************************************************************************
  42. * HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
  43. *                                                                         *
  44. * The sample application can be built by entering:                        *
  45. *   nmake                                                                 *
  46. * with no options while in the aCDF2 directory containing the Compound    *
  47. * Document Framework sample 2 application files.  The makefile is named   *
  48. * Makefile This will generate an executable file called:                  *
  49. *   aCDF2.exe                                                             *
  50. * which can be run from the command line.                                 *
  51. * To clean up the files generated from running make, enter:               *
  52. *   nmake clean                                                           *
  53. *                                                                         *
  54. ***************************************************************************
  55. * HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
  56. *                                                                         *
  57. * The sample WorkFrame project can be opened by entering:                 *
  58. *     iwf aCDF2.iwp                                                       *
  59. * The sample can be rebuilt by selecting the WorkFrame menu items:        *
  60. *     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
  61. * The sample can be run by selecting the WorkFrame menu items:            *
  62. *     "Project" and "Run" (or double click on the aCDF2.exe icon)         *
  63. ***************************************************************************
  64. * ADDITIONAL INFORMATION:                                                 *
  65. *                                                                         *
  66. * For additional information on this and other samples shipped            *
  67. * with the VisualAge for C++ product, please see the Guide to Samples     *
  68. * notebook.                                                               *
  69. *                                                                         *
  70. * To access the notebook from Program Manager, open the VisualAge for     *
  71. * C++ product object, then open the Guide to Samples notebook.            *
  72. ***************************************************************************
  73. * SHIPPED FILE LIST:                                                      *
  74. *                                                                         *
  75. *       Readme.txt      - Instructions for using this program             *
  76. *       aCDFSt2.cpp     - Source code for the Stationery class            *
  77. *       aCDFSt2.hpp     - Header file for the Stationery class            *
  78. *       aCDFBd2.cpp     - Source code for the Bundle class                *
  79. *       aCDFBd2.hpp     - Header file for the Bundle class                *
  80. *       aCDFMdl2.cpp    - Source code for the Model class                 *
  81. *       aCDFMdl2.hpp    - Header file for the Model class                 *
  82. *       aCDFVw2.cpp     - Source code for the View class                  *
  83. *       aCDFVw2.hpp     - Header code for the View class                  *
  84. *       aCDFUID2.hpp    - Header file containing the class id             *
  85. *       aCDFRes2.h      - Symbolic definition file                        *
  86. *       aCDFRes2.rc     - Resource file                                   *
  87. *       aCDFRes2.ico    - Icon File                                       *
  88. *       Makefile        - Makefile                                        *
  89. *       aCDF2.ipw       - WorkFrame project file                          *
  90. *       aCDF2.iwo       - WorkFrame options file (binary)                 *
  91. *       aCDF2.exe       - Prebuilt executable                             *
  92. ***************************************************************************
  93.