Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.3 KiB

  1. ========================================================================
  2. MICROSOFT FOUNDATION CLASS LIBRARY : mfcext
  3. ========================================================================
  4. AppWizard has created this mfcext 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 mfcext DLL.
  9. mfcext.h
  10. This is the main header file for the DLL. It declares the
  11. CMfcextApp class.
  12. mfcext.cpp
  13. This is the main DLL source file. It contains the class CMfcextApp.
  14. mfcext.rc
  15. This is a listing of all of the Microsoft Windows resources that the
  16. program uses. It includes the icons, bitmaps, and cursors that are stored
  17. in the RES subdirectory. This file can be directly edited in Microsoft
  18. Developer Studio.
  19. res\mfcext.rc2
  20. This file contains resources that are not edited by Microsoft
  21. Developer Studio. You should place all resources not
  22. editable by the resource editor in this file.
  23. mfcext.def
  24. This file contains information about the DLL that must be
  25. provided to run with Microsoft Windows. It defines parameters
  26. such as the name and description of the DLL. It also exports
  27. functions from the DLL.
  28. mfcext.clw
  29. This file contains information used by ClassWizard to edit existing
  30. classes or add new classes. ClassWizard also uses this file to store
  31. information needed to create and edit message maps and dialog data
  32. maps and to create prototype member functions.
  33. /////////////////////////////////////////////////////////////////////////////
  34. Other standard files:
  35. StdAfx.h, StdAfx.cpp
  36. These files are used to build a precompiled header (PCH) file
  37. named mfcext.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 Developer Studio 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. /////////////////////////////////////////////////////////////////////////////