home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Comunicatii / netmansuite / setup.exe / Samples / VisualC / ReadMe.txt < prev    next >
Text File  |  2001-05-16  |  2KB  |  62 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : Plugin
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this Plugin DLL for you.  This DLL not only
  7. demonstrates the basics of using the Microsoft Foundation classes but
  8. is also a starting point for writing your DLL.
  9.  
  10. This file contains a summary of what you will find in each of the files that
  11. make up your Plugin DLL.
  12.  
  13. Plugin.h
  14.     This is the main header file for the DLL.  It declares the
  15.     CPluginApp class.
  16.  
  17. Plugin.cpp
  18.     This is the main DLL source file.  It contains the class CPluginApp.
  19.  
  20.  
  21. Plugin.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.     Developer Studio.
  26.  
  27. res\Plugin.rc2
  28.     This file contains resources that are not edited by Microsoft 
  29.     Developer Studio.  You should place all resources not
  30.     editable by the resource editor in this file.
  31.  
  32. Plugin.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. Plugin.clw
  39.     This file contains information used by ClassWizard to edit existing
  40.     classes or add new classes.  ClassWizard also uses this file to store
  41.     information needed to create and edit message maps and dialog data
  42.     maps and to create prototype member functions.
  43.  
  44. /////////////////////////////////////////////////////////////////////////////
  45. Other standard files:
  46.  
  47. StdAfx.h, StdAfx.cpp
  48.     These files are used to build a precompiled header (PCH) file
  49.     named Plugin.pch and a precompiled types file named StdAfx.obj.
  50.  
  51. Resource.h
  52.     This is the standard header file, which defines new resource IDs.
  53.     Microsoft Developer Studio reads and updates this file.
  54.  
  55. /////////////////////////////////////////////////////////////////////////////
  56. Other notes:
  57.  
  58. AppWizard uses "TODO:" to indicate parts of the source code you
  59. should add to or customize.
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62.