home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CATALG2.PAK / README.TXT < prev    next >
Encoding:
Text File  |  1997-05-06  |  3.8 KB  |  103 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : catalog2
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this catalog2 application for you.  This application
  7. not only demonstrates the basics of using the Microsoft Foundation classes
  8. but is also a starting point for writing your application.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your catalog2 application.
  12.  
  13.  
  14. catalog2.mak
  15.     This project file is compatible with the Visual C++ development
  16.     environment.
  17.  
  18.     It is also compatible with the NMAKE program provided with Visual C++.
  19.  
  20.     To build a debug version of the program from the MS-DOS prompt, type
  21. nmake /f catalog2.mak CFG="Win32 Debug"
  22.     or to build a release version of the program, type
  23. nmake /f catalog2.mak CFG="Win32 Release"
  24.  
  25.  
  26. catalog2.h
  27.     This is the main header file for the application.  It includes other
  28.     project specific headers (including Resource.h) and declares the
  29.     CCatalog2App application class.
  30.  
  31. catalog2.cpp
  32.     This is the main application source file that contains the application
  33.     class CCatalog2App.
  34.  
  35. catalog2.rc
  36.     This is a listing of all of the Microsoft Windows resources that the
  37.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  38.     in the RES subdirectory.  This file can be directly edited in the
  39.     Visual C++ development environment.
  40.  
  41. res\catalog2.ico
  42.     This is an icon file, which is used as the application's icon.  This
  43.     icon is included by the main resource file catalog2.rc.
  44.  
  45. res\catalog2.rc2
  46.     This file contains resources that are not edited by the Visual C++
  47.     development environment.  You should place all resources not
  48.     editable by the resource editor in this file.
  49.  
  50. catalog2.clw
  51.     This file contains information used by ClassWizard to edit existing
  52.     classes or add new classes.  ClassWizard also uses this file to store
  53.     information needed to create and edit message maps and dialog data
  54.     maps and to create prototype member functions.
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57.  
  58. For the main frame window:
  59.  
  60. MainFrm.h, MainFrm.cpp
  61.     These files contain the frame class CMainFrame, which is derived from
  62.     CFrameWnd and controls all SDI frame features.
  63.  
  64. res\Toolbar.bmp
  65.     This bitmap file is used to create tiled images for the toolbar.
  66.     The initial toolbar and status bar are constructed in the
  67.     CMainFrame class.  Edit this toolbar bitmap along with the
  68.     array in MainFrm.cpp to add more toolbar buttons.
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71.  
  72. AppWizard creates one document type and one view:
  73.  
  74. cat2Doc.h, catalog2Doc.cpp - the document
  75.     These files contain your CCatalog2Doc class.  Edit these files to
  76.     add your special document data and to implement file saving and loading
  77.     (via CCatalog2Doc::Serialize).
  78.  
  79. cat2View.h, catalog2View.cpp - the view of the document
  80.     These files contain your CCatalog2View class.
  81.     CCatalog2View objects are used to view CCatalog2Doc objects.
  82.  
  83.  
  84.  
  85. /////////////////////////////////////////////////////////////////////////////
  86. Other standard files:
  87.  
  88. StdAfx.h, StdAfx.cpp
  89.     These files are used to build a precompiled header (PCH) file
  90.     named catalog2.pch and a precompiled types file named StdAfx.obj.
  91.  
  92. Resource.h
  93.     This is the standard header file, which defines new resource IDs.
  94.     Visual C++ reads and updates this file.
  95.  
  96. /////////////////////////////////////////////////////////////////////////////
  97. Other notes:
  98.  
  99. AppWizard uses "TODO:" to indicate parts of the source code you
  100. should add to or customize.
  101.  
  102. /////////////////////////////////////////////////////////////////////////////
  103.