home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 October / PCpro_1999_10.ISO / Tools / wingrep / Source / CtxtMenu / README.TXT < prev    next >
Encoding:
Text File  |  1998-06-20  |  2.9 KB  |  78 lines

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : CTXTMENU
  3. ========================================================================
  4.  
  5.  
  6. AppWizard has created this CTXTMENU 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 CTXTMENU DLL.
  12.  
  13.  
  14. CTXTMENU.MAK
  15.     This project file is compatible with the Visual C++ development
  16.     environment. 
  17.  
  18.     It is also compatible with the NMAKE program provided with Visual C++. 
  19.  
  20.     To build a debug version of the program from the MS-DOS prompt, type
  21. nmake /f CTXTMENU.MAK CFG="Win32 Debug"
  22.     or to build a release version of the program, type
  23. nmake /f CTXTMENU.MAK CFG="Win32 Release"
  24.  
  25. CTXTMENU.H
  26.     This is the main header file for the DLL.  It declares the
  27.     CCtxtmenuApp class.
  28.  
  29. CTXTMENU.CPP
  30.     This is the main DLL source file.  It contains the class CCtxtmenuApp.
  31.     It also contains the OLE entry points required of inproc servers.
  32.  
  33. CTXTMENU.ODL
  34.     This file contains the Object Description Language source code for the
  35.     type library of your DLL.
  36.  
  37. CTXTMENU.RC
  38.     This is a listing of all of the Microsoft Windows resources that the
  39.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  40.     in the RES subdirectory.  This file can be directly edited in the
  41.     Visual C++ development environment.
  42.  
  43. RES\CTXTMENU.RC2
  44.     This file contains resources that are not edited by the Visual C++
  45.     development environment.  You should place all resources not
  46.     editable by the resource editor in this file.
  47.  
  48. CTXTMENU.DEF
  49.     This file contains information about the DLL that must be
  50.     provided to run with Microsoft Windows.  It defines parameters
  51.     such as the name and description of the DLL.  It also exports
  52.     functions from the DLL.
  53.  
  54. CTXTMENU.CLW
  55.     This file contains information used by ClassWizard to edit existing
  56.     classes or add new classes.  ClassWizard also uses this file to store
  57.     information needed to create and edit message maps and dialog data
  58.     maps and to create prototype member functions.
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. Other standard files:
  62.  
  63. STDAFX.H, STDAFX.CPP
  64.     These files are used to build a precompiled header (PCH) file
  65.     named CTXTMENU.PCH and a precompiled types file named STDAFX.OBJ.
  66.  
  67. RESOURCE.H
  68.     This is the standard header file, which defines new resource IDs.
  69.     Visual C++ reads and updates this file.
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. Other notes:
  73.  
  74. AppWizard uses "TODO:" to indicate parts of the source code you
  75. should add to or customize.
  76.  
  77. /////////////////////////////////////////////////////////////////////////////
  78.