home *** CD-ROM | disk | FTP | other *** search
/ Media Share 13 / mediashare_13.zip / mediashare_13 / ZIPPED / PROGRAM / WTJ9403.ZIP / OTEXT / README.TXT < prev    next >
Text File  |  1994-01-01  |  6KB  |  152 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : OTEXT
  3. ========================================================================
  4.  
  5. AppWizard has generated this OTEXT application for you.  This application
  6. not only demonstrates the basics of using the Microsoft Foundation classes
  7. but is also a starting point for writing your application.
  8.  
  9. This file contains a summary of what you will find in each of the files that
  10. make up your OTEXT application.
  11.  
  12.  
  13. OTEXT.MAK
  14.     This project file is compatible with the Visual C++ Workbench.
  15.  
  16.     It is also compatible with the NMAKE program provided with the
  17.     Professional Edition of Visual C++.
  18.  
  19.     To build a debug version of the program from the MS-DOS prompt, type
  20.     nmake DEBUG=1 /f OTEXT.MAK
  21.     or to build a release version of the program, type
  22.     nmake DEBUG=0 /f OTEXT.MAK
  23.  
  24. OTEXT.H
  25.     This is the main include file for the application.  It includes other
  26.     project specific includes (including RESOURCE.H) and declares the
  27.     COTextApp application class.
  28.  
  29. OTEXT.CPP
  30.     This is the main application source file that contains the application
  31.     class COTextApp.
  32.  
  33. OTEXT.RC
  34.     This is a listing of all of the Microsoft Windows resources that the
  35.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  36.     in the RES subdirectory.  This file can be directly edited with App Studio.
  37.  
  38. RES\OTEXT.ICO
  39.     This is an icon file, which is used as the application's icon.  This
  40.     icon is included by the main resource file OTEXT.RC.
  41.  
  42. RES\OTEXT.RC2
  43.     This file contains resources that are not edited by App Studio.  Initially
  44.     this contains a VERSIONINFO resource that you can customize for your
  45.     application.  You should place other non-App Studio editable resources
  46.     in this file.
  47.  
  48. OTEXT.DEF
  49.     This file contains information about the application that must be
  50.     provided to run with Microsoft Windows.  It defines parameters
  51.     such as the name and description of the application, and the size
  52.     of the initial local heap.  The numbers in this file are typical
  53.     for applications developed with the Microsoft Foundation Class Library.
  54.     The default stack size can be adjusted by editing the project file.
  55.  
  56. OTEXT.CLW
  57.     This file contains information used by ClassWizard to edit existing
  58.     classes or add new classes.  ClassWizard also uses this file to store
  59.     information needed to generate and edit message maps and dialog data
  60.     maps and to generate prototype member functions.
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63.  
  64. For the main frame window:
  65.  
  66. MAINFRM.H, MAINFRM.CPP
  67.     These files contain the frame class CMainFrame, which is derived from
  68.     CFrameWnd and controls all SDI frame features.
  69.  
  70. RES\TOOLBAR.BMP
  71.     This bitmap file is used to create tiled images for the toolbar.
  72.     The initial toolbar and status bar are constructed in the
  73.     CMainFrame class.  Edit this toolbar bitmap along with the
  74.     array in MAINFRM.CPP to add more toolbar buttons.
  75.  
  76. RES\ITOOLBAR.BMP
  77.     This bitmap file is used to create tiled images for the toolbar
  78.     when your server application is in-place activated inside another
  79.     container.  This toolbar is constructed in the CInPlaceFrame 
  80.     class.  This bitmap is similar to the bitmap in RES\TOOLBAR.BMP
  81.     except that it has many non-server commands removed.
  82.  
  83. /////////////////////////////////////////////////////////////////////////////
  84.  
  85. AppWizard creates one document type and one view:
  86.  
  87. OTEXTDOC.H, OTEXTDOC.CPP - the document
  88.     These files contain your COTextDoc class.  Edit these files to
  89.     add your special document data and to implement file saving and loading
  90.     (via COTextDoc::Serialize).
  91.  
  92. OTEXTVW.H, OTEXTVW.CPP - the view of the document
  93.     These files contain your COTextView class.
  94.     COTextView objects are used to view COTextDoc objects.
  95.  
  96.     
  97.  
  98. OTEXT.REG
  99.     This is an example .REG file that shows you the kind of registration
  100.     settings the framework will set for you.  You can use this as a .REG
  101.     file to go along with your application or just delete it and rely
  102.     on the default RegisterShellFileTypes registration.
  103.  
  104. /////////////////////////////////////////////////////////////////////////////
  105.  
  106. AppWizard has also created classes specific to OLE 2.0 Linking and Embedding
  107.  
  108. SRVRITEM.H, SRVRITEM.CPP - this class is used to 
  109.     connect your COTextDoc class to the OLE system, and optionally
  110.     provide links to your document.
  111. IPFRAME.H, IPFRAME.CPP - this class is derived
  112.     from COleIPFrameWnd and controls all frame features during
  113.     in-place activation.
  114.  
  115. /////////////////////////////////////////////////////////////////////////////
  116.  
  117. Help Support:
  118.  
  119. MAKEHELP.BAT
  120.     Use this batch file to create your application's Help file, OTEXT.HLP.
  121.  
  122. OTEXT.HPJ
  123.     This file is the Help Project file used by the Help compiler to create
  124.     your application's Help file.
  125.  
  126. HLP\*.BMP
  127.     These are bitmap files required by the standard Help file topics for
  128.     Microsoft Foundation Class Library standard commands.
  129.  
  130. HLP\*.RTF
  131.     This file contains the standard help topics for standard MFC
  132.     commands and screen objects.
  133.  
  134. /////////////////////////////////////////////////////////////////////////////
  135. Other standard files:
  136.  
  137. STDAFX.H, STDAFX.CPP
  138.     These files are used to build a precompiled header (PCH) file
  139.     named STDAFX.PCH and a precompiled types (PCT) file named STDAFX.OBJ.
  140.  
  141. RESOURCE.H
  142.     This is the standard header file, which defines new resource IDs.
  143.     App Studio reads and updates this file.
  144.  
  145. /////////////////////////////////////////////////////////////////////////////
  146. Other notes:
  147.  
  148. AppWizard uses "TODO:" to indicate parts of the source code you
  149. should add to or customize.
  150.  
  151. /////////////////////////////////////////////////////////////////////////////
  152.