README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:4k
源码类别:

Windows编程

开发平台:

Visual C++

  1. ========================================================================
  2. OLE Custom Control DLL : DB
  3. ========================================================================
  4. ControlWizard has created this project for your DB OLE Custom
  5. Control DLL, which contains 1 Control.
  6. This skeleton project not only demonstrates the basics of writing an OLE
  7. Custom Control, but is also a starting point for writing the specific
  8. features of your control.
  9. This file contains a summary of what you will find in each of the files
  10. that make up your DB OLE Custom Control DLL.
  11. DB.MAK
  12. The project makefile for building your 16-bit OLE Custom Control.
  13. This project file is compatible with the Visual C++ 1.5 Workbench.
  14. It is also compatible with NMAKE.
  15. DB32.MAK
  16. The project makefile for building your 32-bit OLE Custom Control.
  17. This project file is compatible with the Visual C++ 2.0 Workbench.
  18. It is also compatible with NMAKE.
  19. MAKEFILE
  20. A makefile that makes it easy to run NMAKE from the command prompt.
  21. Use the following parameters with NMAKE:
  22. DEBUG=0     Builds retail version
  23. DEBUG=1     Builds debug version (default)
  24. WIN32=0     Builds 16-bit version (default)
  25. WIN32=1     Builds 32-bit version
  26. UNICODE=0   Builds ANSI/DBCS version (default for WIN32=0)
  27. UNICODE=1   Build Unicode version (default for WIN32=1)
  28. DB.H
  29. This is the main include file for the OLE Custom Control DLL.  It
  30. includes other project-specific includes such as RESOURCE.H.
  31. DB.CPP
  32. This is the main source file that contains the OLE DLL initialization,
  33. termination and other bookkeeping.
  34. DB.RC
  35. This is a listing of the Microsoft Windows resources that the project
  36. uses.  This file can be directly edited with the Visual C++ resource
  37. editor.
  38. DB.RC2
  39. This file contains resources that are not edited by the resource editor.
  40. Initially this contains a VERSIONINFO resource that you can customize
  41. for your OLE Custom Control DLL, and a TYPELIB resource for your DLL's
  42. type library.  You should place other manually maintained resources in
  43. this file.
  44. DB.DEF
  45. This file contains information about the OLE Custom Control DLL that
  46. must be provided to run with Microsoft Windows.  It defines parameters
  47. such as the name and description of the DLL, and the size of the initial
  48. local heap.  The numbers in this file are typical for OLE Custom Control
  49. DLLs.
  50. DB32.DEF
  51. This is a version of DB.DEF for when building a 32-bit version of
  52. the OLE Custom Control DLL.
  53. DB.CLW
  54. This file contains information used by ClassWizard to edit existing
  55. classes or add new classes.  ClassWizard also uses this file to store
  56. information needed to generate and edit message maps and dialog data
  57. maps and to generate prototype member functions.
  58. DB.ODL
  59. This file contains the Object Description Language source code for the
  60. type library of your OLE Control.
  61. DB.ICO
  62. This file contains an icon that will appear in the About box.  This icon
  63. is included by the main resource file DB.RC.
  64. /////////////////////////////////////////////////////////////////////////////
  65. DBCTL.H
  66. This file contains the declaration of the CDbCtrl C++ class.
  67. DBCTL.CPP
  68. This file contains the implementation of the CDbCtrl C++ class.
  69. DBPPG.H
  70. This file contains the declaration of the CDbPropPage C++ class.
  71. DBPPG.CPP
  72. This file contains the implementation of the CDbPropPage C++ class.
  73. DBCTL.BMP
  74. This file contains a bitmap that a container will use to represent the
  75. CDbCtrl control when it appears on a tool palette.  This bitmap
  76. is included by the main resource file DB.RC.
  77. /////////////////////////////////////////////////////////////////////////////
  78. Other standard files:
  79. STDAFX.H, STDAFX.CPP
  80. These files are used to build a precompiled header (PCH) file
  81. named STDAFX.PCH and a precompiled types (PCT) file named STDAFX.OBJ.
  82. RESOURCE.H
  83. This is the standard header file, which defines new resource IDs.
  84. App Studio reads and updates this file.
  85. /////////////////////////////////////////////////////////////////////////////
  86. Other notes:
  87. ControlWizard uses "TODO:" to indicate parts of the source code you
  88. should add to or customize.
  89. /////////////////////////////////////////////////////////////////////////////