Readme.txt
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:4k
源码类别:

OpenGL

开发平台:

Visual C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : Tool
  3. ========================================================================
  4. AppWizard has created this Tool application for you.  This application
  5. not only demonstrates the basics of using the Microsoft Foundation classes
  6. but is also a starting point for writing your application.
  7. This file contains a summary of what you will find in each of the files that
  8. make up your Tool application.
  9. Tool.h
  10.     This is the main header file for the application.  It includes other
  11.     project specific headers (including Resource.h) and declares the
  12.     CToolApp application class.
  13. Tool.cpp
  14.     This is the main application source file that contains the application
  15.     class CToolApp.
  16. Tool.rc
  17.     This is a listing of all of the Microsoft Windows resources that the
  18.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  19.     in the RES subdirectory.  This file can be directly edited in Microsoft
  20. Developer Studio.
  21. resTool.ico
  22.     This is an icon file, which is used as the application's icon.  This
  23.     icon is included by the main resource file Tool.rc.
  24. resTool.rc2
  25.     This file contains resources that are not edited by Microsoft 
  26. Developer Studio.  You should place all resources not
  27. editable by the resource editor in this file.
  28. Tool.reg
  29.     This is an example .REG file that shows you the kind of registration
  30.     settings the framework will set for you.  You can use this as a .REG
  31.     file to go along with your application or just delete it and rely
  32.     on the default RegisterShellFileTypes registration.
  33. Tool.clw
  34.     This file contains information used by ClassWizard to edit existing
  35.     classes or add new classes.  ClassWizard also uses this file to store
  36.     information needed to create and edit message maps and dialog data
  37.     maps and to create prototype member functions.
  38. /////////////////////////////////////////////////////////////////////////////
  39. For the main frame window:
  40. MainFrm.h, MainFrm.cpp
  41.     These files contain the frame class CMainFrame, which is derived from
  42.     CMDIFrameWnd and controls all MDI frame features.
  43. resToolbar.bmp
  44.     This bitmap file is used to create tiled images for the toolbar.
  45.     The initial toolbar and status bar are constructed in the
  46.     CMainFrame class.  Edit this toolbar bitmap along with the
  47.     array in MainFrm.cpp to add more toolbar buttons.
  48. /////////////////////////////////////////////////////////////////////////////
  49. AppWizard creates one document type and one view:
  50. ToolDoc.h, ToolDoc.cpp - the document
  51.     These files contain your CToolDoc class.  Edit these files to
  52.     add your special document data and to implement file saving and loading
  53.     (via CToolDoc::Serialize).
  54. RenderView.h, RenderView.cpp - the view of the document
  55.     These files contain your CRenderView class.
  56.     CRenderView objects are used to view CToolDoc objects.
  57. resToolDoc.ico
  58.     This is an icon file, which is used as the icon for MDI child windows
  59.     for the CToolDoc class.  This icon is included by the main
  60.     resource file Tool.rc.
  61. /////////////////////////////////////////////////////////////////////////////
  62. Other standard files:
  63. StdAfx.h, StdAfx.cpp
  64.     These files are used to build a precompiled header (PCH) file
  65.     named Tool.pch and a precompiled types file named StdAfx.obj.
  66. Resource.h
  67.     This is the standard header file, which defines new resource IDs.
  68.     Microsoft Developer Studio reads and updates this file.
  69. /////////////////////////////////////////////////////////////////////////////
  70. Other notes:
  71. AppWizard uses "TODO:" to indicate parts of the source code you
  72. should add to or customize.
  73. If your application uses MFC in a shared DLL, and your application is 
  74. in a language other than the operating system's current language, you
  75. will need to copy the corresponding localized resources MFC40XXX.DLL
  76. from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
  77. and rename it to be MFCLOC.DLL.  ("XXX" stands for the language abbreviation.
  78. For example, MFC40DEU.DLL contains resources translated to German.)  If you
  79. don't do this, some of the UI elements of your application will remain in the
  80. language of the operating system.
  81. /////////////////////////////////////////////////////////////////////////////