ReadMe.txt
上传用户:weimei12
上传日期:2022-08-11
资源大小:185k
文件大小:5k
源码类别:

Email客户端

开发平台:

Visual C++

  1. ================================================================================
  2.     MICROSOFT FOUNDATION CLASS LIBRARY : SimpleMail Project Overview
  3. ===============================================================================
  4. The application wizard has created this SimpleMail 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 SimpleMail application.
  9. SimpleMail.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. SimpleMail.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.     CSimpleMailApp application class.
  18. SimpleMail.cpp
  19.     This is the main application source file that contains the application
  20.     class CSimpleMailApp.
  21. SimpleMail.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. resSimpleMail.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 SimpleMail.rc.
  29. resSimpleMail.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. For the main frame window:
  35.     The project includes a standard MFC interface.
  36. MainFrm.h, MainFrm.cpp
  37.     These files contain the frame class CMainFrame, which is derived from
  38.     CFrameWnd and controls all SDI frame features.
  39. resToolbar.bmp
  40.     This bitmap file is used to create tiled images for the toolbar.
  41.     The initial toolbar and status bar are constructed in the CMainFrame
  42.     class. Edit this toolbar bitmap using the resource editor, and
  43.     update the IDR_MAINFRAME TOOLBAR array in SimpleMail.rc to add
  44.     toolbar buttons.
  45. /////////////////////////////////////////////////////////////////////////////
  46. The application wizard creates one document type and one view:
  47. SimpleMailDoc.h, SimpleMailDoc.cpp - the document
  48.     These files contain your CSimpleMailDoc class.  Edit these files to
  49.     add your special document data and to implement file saving and loading
  50.     (via CSimpleMailDoc::Serialize).
  51. SimpleMailView.h, SimpleMailView.cpp - the view of the document
  52.     These files contain your CSimpleMailView class.
  53.     CSimpleMailView objects are used to view CSimpleMailDoc objects.
  54. /////////////////////////////////////////////////////////////////////////////
  55. Other Features:
  56. ActiveX Controls
  57.     The application includes support to use ActiveX controls.
  58. Split Window
  59.     The application wizard has added support for splitter windows for your application documents.
  60. Windows Sockets
  61.     The application has support for establishing communications over TCP/IP networks.
  62. /////////////////////////////////////////////////////////////////////////////
  63. Other standard files:
  64. StdAfx.h, StdAfx.cpp
  65.     These files are used to build a precompiled header (PCH) file
  66.     named SimpleMail.pch and a precompiled types file named StdAfx.obj.
  67. Resource.h
  68.     This is the standard header file, which defines new resource IDs.
  69.     Microsoft Visual C++ reads and updates this file.
  70. SimpleMail.manifest
  71. Application manifest files are used by Windows XP to describe an applications 
  72. dependency on specific versions of Side-by-Side assemblies. The loader uses this 
  73. information to load the appropriate assembly from the assembly cache or private 
  74. from the application. The Application manifest  maybe included for redistribution 
  75. as an external .manifest file that is installed in the same folder as the application 
  76. executable or it may be included in the executable in the form of a resource. 
  77. /////////////////////////////////////////////////////////////////////////////
  78. Other notes:
  79. The application wizard uses "TODO:" to indicate parts of the source code you
  80. should add to or customize.
  81. If your application uses MFC in a shared DLL, you will need 
  82. to redistribute the MFC DLLs. If your application is in a language 
  83. other than the operating system's locale, you will also have to 
  84. redistribute the corresponding localized resources MFC80XXX.DLL. 
  85. For more information on both of these topics, please see the section on 
  86. redistributing Visual C++ applications in MSDN documentation. 
  87. /////////////////////////////////////////////////////////////////////////////