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

  1. ***************************************************************************
  2. * COMPOUND DOCUMENT SAMPLE 3 "Basic Container" - 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 3 "Basic Container"                            *
  19. *                                                                         *
  20. *  DESCRIPTION:                                                           *
  21. *  - This sample is a basic container created from the Compound Document  *
  22. *    Framework. Note that containers are automatically servers as well.   *
  23. *    By inheriting from IEmbedderModel class the functionality to insert  * 
  24. *    an object is all inherited, therefore this is a very simple sample.  *
  25. *                                                                         *
  26. * TASK:                                                                   *
  27. * - The screen is initially blank. The Edit menu contains an Insert Object*
  28. *   option. If this option is selected the user may insert an OLE server  *
  29. *   into this container. This sample may also be inserted into another    *
  30. *   OLE container.                                                        *
  31. *                                                                         *
  32. * CONCEPTS/FEATURES                                                       *
  33. * - This sample illustrates how to create derived model and view classes  *
  34. *   from the Compound Document Framework. Very few modifications need to  *
  35. *   be made as the inherited classes provides most of the functionality.  * 
  36. *                                                                         *
  37. ***************************************************************************
  38. * HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
  39. *                                                                         *
  40. * The sample application can be built by entering:                        *
  41. *   nmake                                                                 *
  42. * with no options while in the aCDF3 directory containing the Compound    *
  43. * Document Framework sample 3 application files.  The makefile is named   *
  44. * Makefile This will generate an executable file called:                  *
  45. *   aCDF3.exe                                                             *
  46. * which can be run from the command line.                                 *
  47. * To clean up the files generated from running make, enter:               *
  48. *   nmake clean                                                           *
  49. *                                                                         *
  50. ***************************************************************************
  51. * HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
  52. *                                                                         *
  53. * The sample WorkFrame project can be opened by entering:                 *
  54. *     iwf aCDF3.iwp                                                       *
  55. * The sample can be rebuilt by selecting the WorkFrame menu items:        *
  56. *     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
  57. * The sample can be run by selecting the WorkFrame menu items:            *
  58. *     "Project" and "Run" (or double click on the aCDF3.exe icon)         *
  59. ***************************************************************************
  60. * ADDITIONAL INFORMATION:                                                 *
  61. *                                                                         *
  62. * For additional information on this and other samples shipped            *
  63. * with the VisualAge for C++ product, please see the Guide to Samples     *
  64. * notebook.                                                               *
  65. *                                                                         *
  66. * To access the notebook from Program Manager, open the VisualAge for     *
  67. * C++ product object, then open the Guide to Samples notebook.            *
  68. ***************************************************************************
  69. * Shipped file List:                                                      *
  70. *                                                                         *
  71. *       Readme.txt      - Instructions for using this program             *
  72. *       aCDFMdl3.cpp    - Source code for the Model class                 *
  73. *       aCDFMdl3.hpp    - Header file for the Model class                 *
  74. *       aCDFVw3.cpp     - Source code for the View class                  *
  75. *       aCDFVw3.hpp     - Header code for the View class                  *
  76. *       aCDFUID3.hpp    - Header file containing the class id             *
  77. *       aCDFRes3.h      - Symbolic definition file                        *
  78. *       aCDFRes3.rc     - Resource file                                   *
  79. *       aCDFRes3.ico    - Icon File                                       *
  80. *       Makefile        - Makefile                                        *
  81. *       aCDF3.ipw       - WorkFrame project file                          *
  82. *       aCDF3.iwo       - WorkFrame options file (binary)                 *
  83. *       aCDF3.exe       - Prebuilt executable                             *
  84. ***************************************************************************
  85.