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

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : MODELESS
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this MODELESS 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 MODELESS application.
  12.  
  13.  
  14. MODELESS.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 MODELESS.MAK CFG="Win32 Debug"
  22.     or to build a release version of the program, type
  23. nmake /f MODELESS.MAK CFG="Win32 Release"
  24.  
  25.  
  26. MODELESS.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.     CModelessApp application class.
  30.  
  31. MODELESS.CPP
  32.     This is the main application source file that contains the application
  33.     class CModelessApp.
  34.  
  35. MODELESS.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\MODELESS.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 MODELESS.RC.
  44.  
  45. RES\MODELESS.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.  
  51. MODELESS.CLW
  52.     This file contains information used by ClassWizard to edit existing
  53.     classes or add new classes.  ClassWizard also uses this file to store
  54.     information needed to create and edit message maps and dialog data
  55.     maps and to create prototype member functions.
  56.  
  57.  
  58. /////////////////////////////////////////////////////////////////////////////
  59.  
  60. AppWizard creates one dialog class:
  61.  
  62. MODELDLG.H, MODELDLG.CPP - the dialog
  63.     These files contain your CModelessDlg class.  This class defines
  64.     the behavior of your application's main dialog.  The dialog's
  65.     template is in MODELESS.RC, which can be edited in the Visual C++
  66.     development environment.
  67.  
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. Other standard files:
  71.  
  72. STDAFX.H, STDAFX.CPP
  73.     These files are used to build a precompiled header (PCH) file
  74.     named MODELESS.PCH and a precompiled types file named STDAFX.OBJ.
  75.  
  76. RESOURCE.H
  77.     This is the standard header file, which defines new resource IDs.
  78.     Visual C++ reads and updates this file.
  79.  
  80. /////////////////////////////////////////////////////////////////////////////
  81. Other notes:
  82.  
  83. AppWizard uses "TODO:" to indicate parts of the source code you
  84. should add to or customize.
  85.  
  86. /////////////////////////////////////////////////////////////////////////////
  87.