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

Email客户端

开发平台:

Visual C++

  1. ========================================================================
  2.     MICROSOFT FOUNDATION CLASS LIBRARY : FileStore Project Overview
  3. ========================================================================
  4. AppWizard has created this FileStore DLL for you.  This DLL not only
  5. demonstrates the basics of using the Microsoft Foundation classes but
  6. is also a starting point for writing your DLL.
  7. This file contains a summary of what you will find in each of the files that
  8. make up your FileStore DLL.
  9. FileStore.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. FileStore.cpp
  15.     This is the main DLL source file that contains the definition of
  16.     DllMain().
  17. FileStore.rc
  18.     This is a listing of all of the Microsoft Windows resources that the
  19.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  20.     in the RES subdirectory.  This file can be directly edited in Microsoft
  21.     Visual C++.
  22. resFileStore.rc2
  23.     This file contains resources that are not edited by Microsoft 
  24.     Visual C++.  You should place all resources not editable by
  25.     the resource editor in this file.
  26. FileStore.def
  27.     This file contains information about the DLL that must be
  28.     provided to run with Microsoft Windows.  It defines parameters
  29.     such as the name and description of the DLL.  It also exports
  30.     functions from the DLL.
  31. /////////////////////////////////////////////////////////////////////////////
  32. Other standard files:
  33. StdAfx.h, StdAfx.cpp
  34.     These files are used to build a precompiled header (PCH) file
  35.     named FileStore.pch and a precompiled types file named StdAfx.obj.
  36. Resource.h
  37.     This is the standard header file, which defines new resource IDs.
  38.     Microsoft Visual C++ reads and updates this file.
  39. /////////////////////////////////////////////////////////////////////////////
  40. Other notes:
  41. AppWizard uses "TODO:" to indicate parts of the source code you
  42. should add to or customize.
  43. /////////////////////////////////////////////////////////////////////////////