ReadMe.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. ========================================================================
  2. MICROSOFT FOUNDATION CLASS LIBRARY : OTSSQLiteDll Project Overview
  3. ========================================================================
  4. AppWizard has created this OTSSQLiteDll 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 OTSSQLiteDll DLL.
  9. OTSSQLiteDll.vcxproj
  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. OTSSQLiteDll.vcxproj.filters
  15. This is the filters file for VC++ projects generated using an Application Wizard.
  16. It contains information about the association between the files in your project
  17. and the filters. This association is used in the IDE to show grouping of files with
  18. similar extensions under a specific node (for e.g. ".cpp" files are associated with the
  19. "Source Files" filter).
  20. OTSSQLiteDll.h
  21. This is the main header file for the DLL. It declares the
  22. COTSSQLiteDllApp class.
  23. OTSSQLiteDll.cpp
  24. This is the main DLL source file. It contains the class COTSSQLiteDllApp.
  25. OTSSQLiteDll.rc
  26. This is a listing of all of the Microsoft Windows resources that the
  27. program uses. It includes the icons, bitmaps, and cursors that are stored
  28. in the RES subdirectory. This file can be directly edited in Microsoft
  29. Visual C++.
  30. res\OTSSQLiteDll.rc2
  31. This file contains resources that are not edited by Microsoft
  32. Visual C++. You should place all resources not editable by
  33. the resource editor in this file.
  34. OTSSQLiteDll.def
  35. This file contains information about the DLL that must be
  36. provided to run with Microsoft Windows. It defines parameters
  37. such as the name and description of the DLL. It also exports
  38. functions from the DLL.
  39. /////////////////////////////////////////////////////////////////////////////
  40. Other standard files:
  41. StdAfx.h, StdAfx.cpp
  42. These files are used to build a precompiled header (PCH) file
  43. named OTSSQLiteDll.pch and a precompiled types file named StdAfx.obj.
  44. Resource.h
  45. This is the standard header file, which defines new resource IDs.
  46. Microsoft Visual C++ reads and updates this file.
  47. /////////////////////////////////////////////////////////////////////////////
  48. Other notes:
  49. AppWizard uses "TODO:" to indicate parts of the source code you
  50. should add to or customize.
  51. /////////////////////////////////////////////////////////////////////////////