ReadMe.txt
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:3k
源码类别:

模拟服务器

开发平台:

C/C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : UpdateDLL
  3. ========================================================================
  4. AppWizard has created this UpdateDLL 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 UpdateDLL DLL.
  9. UpdateDLL.dsp
  10.     This file (the project file) contains information at the project level and
  11.     is used to build a single project or subproject. Other users can share the
  12.     project (.dsp) file, but they should export the makefiles locally.
  13. UpdateDLL.h
  14. This is the main header file for the DLL.  It declares the
  15. CUpdateDLLApp class.
  16. UpdateDLL.cpp
  17. This is the main DLL source file.  It contains the class CUpdateDLLApp.
  18. UpdateDLL.rc
  19.     This is a listing of all of the Microsoft Windows resources that the
  20.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  21.     in the RES subdirectory.  This file can be directly edited in Microsoft
  22. Visual C++.
  23. UpdateDLL.clw
  24.     This file contains information used by ClassWizard to edit existing
  25.     classes or add new classes.  ClassWizard also uses this file to store
  26.     information needed to create and edit message maps and dialog data
  27.     maps and to create prototype member functions.
  28. resUpdateDLL.rc2
  29.     This file contains resources that are not edited by Microsoft 
  30. Visual C++.  You should place all resources not editable by
  31. the resource editor in this file.
  32. UpdateDLL.def
  33.     This file contains information about the DLL that must be
  34.     provided to run with Microsoft Windows.  It defines parameters
  35.     such as the name and description of the DLL.  It also exports
  36. functions from the DLL.
  37. /////////////////////////////////////////////////////////////////////////////
  38. Other standard files:
  39. StdAfx.h, StdAfx.cpp
  40.     These files are used to build a precompiled header (PCH) file
  41.     named UpdateDLL.pch and a precompiled types file named StdAfx.obj.
  42. Resource.h
  43.     This is the standard header file, which defines new resource IDs.
  44.     Microsoft Visual C++ reads and updates this file.
  45. /////////////////////////////////////////////////////////////////////////////
  46. Other notes:
  47. AppWizard uses "TODO:" to indicate parts of the source code you
  48. should add to or customize.
  49. /////////////////////////////////////////////////////////////////////////////