ReadMe.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ========================================================================
  2. MICROSOFT FOUNDATION CLASS LIBRARY : DittoUtil Project Overview
  3. ========================================================================
  4. AppWizard has created this DittoUtil 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 DittoUtil DLL.
  9. DittoUtil.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. DittoUtil.h
  15. This is the main header file for the DLL. It declares the
  16. CDittoUtilApp class.
  17. DittoUtil.cpp
  18. This is the main DLL source file. It contains the class CDittoUtilApp.
  19. DittoUtil.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. res\DittoUtil.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. DittoUtil.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 DittoUtil.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. /////////////////////////////////////////////////////////////////////////////