ReadMe.txt
上传用户:hysujiao87
上传日期:2007-12-02
资源大小:156k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

C/C++

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