ReadMe.txt
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:3k
源码类别:

DNA

开发平台:

Visual C++

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