ReadMe.txt
上传用户:sdgangtie
上传日期:2020-03-07
资源大小:7324k
文件大小:4k
开发平台:

Visual C++

  1. ================================================================================
  2.     MICROSOFT FOUNDATION CLASS LIBRARY : VIS Project Overview
  3. ===============================================================================
  4. The application wizard has created this VIS application for
  5. you.  This application not only demonstrates the basics of using the Microsoft
  6. Foundation Classes 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 VIS application.
  9. VIS.vcproj
  10.     This is the main project file for VC++ projects generated using an application wizard.
  11.     It contains information about the version of Visual C++ that generated the file, and
  12.     information about the platforms, configurations, and project features selected with the
  13.     application wizard.
  14. VIS.h
  15.     This is the main header file for the application.  It includes other
  16.     project specific headers (including Resource.h) and declares the
  17.     CVISApp application class.
  18. VIS.cpp
  19.     This is the main application source file that contains the application
  20.     class CVISApp.
  21. VIS.rc
  22.     This is a listing of all of the Microsoft Windows resources that the
  23.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  24.     in the RES subdirectory.  This file can be directly edited in Microsoft
  25.     Visual C++. Your project resources are in 1033.
  26. resVIS.ico
  27.     This is an icon file, which is used as the application's icon.  This
  28.     icon is included by the main resource file VIS.rc.
  29. resVIS.rc2
  30.     This file contains resources that are not edited by Microsoft
  31.     Visual C++. You should place all resources not editable by
  32.     the resource editor in this file.
  33. /////////////////////////////////////////////////////////////////////////////
  34. The application wizard creates one dialog class:
  35. VISDlg.h, VISDlg.cpp - the dialog
  36.     These files contain your CVISDlg class.  This class defines
  37.     the behavior of your application's main dialog.  The dialog's template is
  38.     in VIS.rc, which can be edited in Microsoft Visual C++.
  39. /////////////////////////////////////////////////////////////////////////////
  40. Other Features:
  41. ActiveX Controls
  42.     The application includes support to use ActiveX controls.
  43. /////////////////////////////////////////////////////////////////////////////
  44. Other standard files:
  45. StdAfx.h, StdAfx.cpp
  46.     These files are used to build a precompiled header (PCH) file
  47.     named VIS.pch and a precompiled types file named StdAfx.obj.
  48. Resource.h
  49.     This is the standard header file, which defines new resource IDs.
  50.     Microsoft Visual C++ reads and updates this file.
  51. VIS.manifest
  52. Application manifest files are used by Windows XP to describe an applications
  53. dependency on specific versions of Side-by-Side assemblies. The loader uses this
  54. information to load the appropriate assembly from the assembly cache or private
  55. from the application. The Application manifest  maybe included for redistribution
  56. as an external .manifest file that is installed in the same folder as the application
  57. executable or it may be included in the executable in the form of a resource.
  58. /////////////////////////////////////////////////////////////////////////////
  59. Other notes:
  60. The application wizard uses "TODO:" to indicate parts of the source code you
  61. should add to or customize.
  62. If your application uses MFC in a shared DLL, you will need
  63. to redistribute the MFC DLLs. If your application is in a language
  64. other than the operating system's locale, you will also have to
  65. redistribute the corresponding localized resources MFC90XXX.DLL.
  66. For more information on both of these topics, please see the section on
  67. redistributing Visual C++ applications in MSDN documentation.
  68. /////////////////////////////////////////////////////////////////////////////