home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / general / dlgtempl / readme.txt < prev    next >
Text File  |  1998-03-26  |  4KB  |  89 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : dlgtemp
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this dlgtemp 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 dlgtemp application.
  12.  
  13. dlgtemp.h
  14.     This is the main header file for the application.  It includes other
  15.     project specific headers (including Resource.h) and declares the
  16.     CDlgtempApp application class.
  17.  
  18. dlgtemp.cpp
  19.     This is the main application source file that contains the application
  20.     class CDlgtempApp.
  21.  
  22. dlgtemp.rc
  23.     This is a listing of all of the Microsoft Windows resources that the
  24.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  25.     in the RES subdirectory.  This file can be directly edited in Microsoft
  26.     Developer Studio.
  27.  
  28. dlgtempMac.r
  29.     This file contains all of the Macintosh-specific resources for
  30.     your application.  For example, it contains the SIZE resource which you
  31.     can edit if you wish to change the memory partition size.  You can
  32.     also edit the FREF and BNDL resources when adding new document
  33.     types.
  34.  
  35. res\dlgtemp.ico
  36.     This is an icon file, which is used as the application's icon.  This
  37.     icon is included by the main resource file dlgtemp.rc.
  38.  
  39. res\dlgtemp.rc2
  40.     This file contains resources that are not edited by Microsoft
  41.     Developer Studio.  You should place all resources not
  42.     editable by the resource editor in this file.
  43.  
  44. dlgtemp.clw
  45.     This file contains information used by ClassWizard to edit existing
  46.     classes or add new classes.  ClassWizard also uses this file to store
  47.     information needed to create and edit message maps and dialog data
  48.     maps and to create prototype member functions.
  49.  
  50.  
  51. /////////////////////////////////////////////////////////////////////////////
  52.  
  53. AppWizard creates one dialog class:
  54.  
  55. dlgtempDlg.h, dlgtempDlg.cpp - the dialog
  56.     These files contain your CDlgtempDlg class.  This class defines
  57.     the behavior of your application's main dialog.  The dialog's
  58.     template is in dlgtemp.rc, which can be edited in Microsoft
  59.     Developer Studio.
  60.  
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63. Other standard files:
  64.  
  65. StdAfx.h, StdAfx.cpp
  66.     These files are used to build a precompiled header (PCH) file
  67.     named dlgtemp.pch and a precompiled types file named StdAfx.obj.
  68.  
  69. Resource.h
  70.     This is the standard header file, which defines new resource IDs.
  71.     Microsoft Developer Studio reads and updates this file.
  72.  
  73. /////////////////////////////////////////////////////////////////////////////
  74. Other notes:
  75.  
  76. AppWizard uses "TODO:" to indicate parts of the source code you
  77. should add to or customize.
  78.  
  79. If your application uses MFC in a shared DLL, and your application is
  80. in a language other than the operating system's current language, you
  81. will need to copy the corresponding localized resources MFC40XXX.DLL
  82. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  83. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  84. For example, MFC40DEU.DLL contains resources translated to German.)  If you
  85. don't do this, some of the UI elements of your application will remain in the
  86. language of the operating system.
  87.  
  88. /////////////////////////////////////////////////////////////////////////////
  89.