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

  1. ***************************************************************************
  2. * COMPOUND DOCUMENT SAMPLE 6 "Compound Document Hello5" - 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 6 "Compound Document Hello5"                   *
  19. *                                                                         *
  20. * DESCRIPTION:                                                            *
  21. * - This samples illustrates how to convert an existing application into a*
  22. *   server component. It converts the Hello World 5 sample application,   * 
  23. *   which is one of the User Interface Class Library samples.             *
  24. *                                                                         *
  25. * TASK:                                                                   *
  26. * - The screen is indentical to Hello World 5, with an Earth Window,      *
  27. *   a listBox, and a static text field. There are pushbuttons, an info    *
  28. *   area and a status line attached to the frame window as frame          * 
  29. *   extensions. Help has also been added and it can be invoked by pressing*
  30. *   either the Help pushbutton or F1.                                     *
  31. *                                                                         *
  32. * CONCEPTS/FEATURES                                                       *
  33. * - This sample illustrates how to create a derived model, view,          *
  34. *   stationery and bundle classes from the Compound Document Framework.   *
  35. *                                                                         *
  36. * SPECIAL NOTES                                                           *
  37. * - The aCDFhlp6.hlp help file must be copied into a directory in your    *
  38. *   HELP environment variable or F1 will not find the help file when the  *
  39. *   aCDF6 server is embedded (or run from the program manager).           *
  40. * - You must have installed the "help" DLLs (IPF32.DLL, LIBIPF32.DLL)     *
  41. *   or the application will not start ("cannot locate the IPF32.DLL"      *
  42. * - You must have set the IPF_PATH to the CSET root directory             *                                                           *
  43. ***************************************************************************
  44. * HOW TO RUN THE PROJECT FROM THE COMMAND LINE:                           *
  45. *                                                                         *
  46. * The sample application can be built by entering:                        *
  47. *   nmake                                                                 *
  48. * with no options while in the aCDF6 directory containing the Compound    *
  49. * Document Framework sample 6 application files.  The makefile is named   *
  50. * Makefile This will generate an executable file called:                  *
  51. *   aCDF6.exe                                                             *
  52. * which can be run from the command line.                                 *
  53. * To clean up the files generated from running make, enter:               *
  54. *   nmake clean                                                           *
  55. *                                                                         *
  56. ***************************************************************************
  57. * HOW TO RUN THE PROJECT FROM WITHIN THE WORKFRAME ENVIRONMENT:           *
  58. *                                                                         *
  59. * The sample WorkFrame project can be opened by entering:                 *
  60. *     iwf aCDF6.iwp                                                       *
  61. * The sample can be rebuilt by selecting the WorkFrame menu items:        *
  62. *     "Project" and "Build All" (or press the "Build ALL" toolbar button) *
  63. * The sample can be run by selecting the WorkFrame menu items:            *
  64. *     "Project" and "Run" (or double click on the aCDF6.exe icon)         *
  65. ***************************************************************************
  66. * ADDITIONAL INFORMATION:                                                 *
  67. *                                                                         *
  68. * For additional information on this and other samples shipped            *
  69. * with the VisualAge for C++ product, please see the Guide to Samples     *
  70. * notebook.                                                               *
  71. *                                                                         *
  72. * To access the notebook from Program Manager, open the VisualAge for     *
  73. * C++ product object, then open the Guide to Samples notebook.            *
  74. ***************************************************************************
  75. * Shipped file List:                                                      *
  76. *                                                                         *
  77. *       Readme.txt      - Instructions for using this program             *
  78. *       aCDFSt6.cpp     - Source code for the Stationery class            *
  79. *       aCDFSt6.hpp     - Header file for the Stationery class            *
  80. *       aCDFBd6.cpp     - Source code for the Bundle class                *
  81. *       aCDFBd6.hpp     - Header file for the Bundle class                *
  82. *       aCDFMdl6.cpp    - Source code for the Model class                 *
  83. *       aCDFMdl6.hpp    - Header file for the Model class                 *
  84. *       aCDFVw6.cpp     - Source code for the View class                  *
  85. *       aCDFVw6.hpp     - Header code for the View class                  *
  86. *       aCDFUID6.hpp    - Header file containing the class id             *
  87. *       aCDFEat6.cpp    - Source code the Earth Window Class              *
  88. *       aCDFEat6.hpp    - Header file for the Earth Window Class          *
  89. *       aCDFDlg6.cpp    - Source code the Dialog Box Class                *
  90. *       aCDFDlg6.hpp    - Header file for the Dialog Box  Class           *
  91. *       aCDFRes6.h      - Symbolic definition file                        *
  92. *       aCDFRes6.rc     - Resource file                                   *
  93. *       aCDFRes6.ico    - Icon File                                       *
  94. *       Makefile        - Makefile                                        *
  95. *       aCDF6.ipw       - WorkFrame project file                          *
  96. *       aCDF6.iwo       - WorkFrame options file (binary)                 *
  97. *       aCDF6.exe       - Prebuilt executable                             *
  98. ***************************************************************************
  99.