ReadMe.txt
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:2k
源码类别:

生物技术

开发平台:

C/C++

  1. ========================================================================
  2.        MICROSOFT FOUNDATION CLASS LIBRARY : ncbi_dbapi_driver
  3. ========================================================================
  4. AppWizard has created this ncbi_dbapi_driver 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 dbapi_driver_odbc DLL.
  9. dbapi_driver_odbc.dsp
  10.     This file (the project file) contains information at the project level and
  11.     is used to build a single project or subproject. Other users can share the
  12.     project (.dsp) file, but they should export the makefiles locally.
  13. dbapi_driver_odbc.cpp
  14.     This is the main DLL source file that contains the definition of
  15. DllMain().
  16. dbapi_driver_odbc.rc
  17.     This is a listing of all of the Microsoft Windows resources that the
  18.     program uses.  It includes the icons, bitmaps, and cursors that are stored
  19.     in the RES subdirectory.  This file can be directly edited in Microsoft
  20. Visual C++.
  21. dbapi_driver_odbc.clw
  22.     This file contains information used by ClassWizard to edit existing
  23.     classes or add new classes.  ClassWizard also uses this file to store
  24.     information needed to create and edit message maps and dialog data
  25.     maps and to create prototype member functions.
  26. resdbapi_driver_odbc.rc2
  27.     This file contains resources that are not edited by Microsoft 
  28. Visual C++.  You should place all resources not editable by
  29. the resource editor in this file.
  30. dbapi_driver_odbc.def
  31.     This file contains information about the DLL that must be
  32.     provided to run with Microsoft Windows.  It defines parameters
  33.     such as the name and description of the DLL.  It also exports
  34. functions from the DLL.
  35. /////////////////////////////////////////////////////////////////////////////
  36. Other standard files:
  37. StdAfx.h, StdAfx.cpp
  38.     These files are used to build a precompiled header (PCH) file
  39.     named dbapi_driver_odbc.pch and a precompiled types file named StdAfx.obj.
  40. Resource.h
  41.     This is the standard header file, which defines new resource IDs.
  42.     Microsoft Visual C++ reads and updates this file.
  43. /////////////////////////////////////////////////////////////////////////////
  44. Other notes:
  45. AppWizard uses "TODO:" to indicate parts of the source code you
  46. should add to or customize.
  47. /////////////////////////////////////////////////////////////////////////////