home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / smarts / ole / read.me next >
Encoding:
Text File  |  1996-02-21  |  1.5 KB  |  52 lines

  1. README for Compound Document Application
  2. ========================================
  3.  
  4. Overview
  5. ========
  6.  
  7. Project Smarts generates a project that builds an "empty" Compound
  8. Document application.   This project can be built to generate
  9. an executable.  To build the project and run the application, select
  10. "Build Normal" and "Run" from the "Project" menu in the Workframe
  11. project window, respectively.
  12.  
  13. The source code for this minimal application can also be used as a base
  14. for the development of a more sophisticated application.
  15.  
  16.  
  17. Options
  18. =======
  19.  
  20. - Component Type
  21.   You may choose either a Container or a Server application.
  22.  
  23. - Class Names
  24.   You may specify the names for your Model and View classes.
  25.   Every Compound Document application is comprised of a model
  26.   and a view.
  27.  
  28. - Long File Names
  29.   You may select this option to have Project Smarts generate files
  30.   with long names, for file systems that support this feature.
  31.  
  32.  
  33. Generated Files
  34. ===============
  35.  
  36. Projects Smarts generates a set of files for the followings:
  37.  
  38. - Model
  39.   Both .hpp and .cpp files for the model class.
  40.  
  41. - View
  42.   Both .hpp and .cpp files for the view class.
  43.  
  44. - Resource
  45.   An .rc file containing the resources for the application.
  46.  
  47. - Registration
  48.   A .reg file that is used during registration.  Note that a container is registered
  49.   automatically when it is executed.  A server needs to be registered
  50.   explicitly before it can be embedded, either by executing it once
  51.   or double clicking on the .reg file.
  52.