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

Windows编程

开发平台:

Visual C++

  1. ========================================================================
  2. OLE Control DLL : SMILE
  3. ========================================================================
  4. ControlWizard has created this project for your SMILE OLE Control DLL,
  5. which contains 1 control.
  6. This skeleton project not only demonstrates the basics of writing an OLE
  7. Control, but is also a starting point for writing the specific features
  8. of your control.
  9. This file contains a summary of what you will find in each of the files
  10. that make up your SMILE OLE Control DLL.
  11. Smile.mak
  12. The Visual C++ project makefile for building your OLE Control.
  13. Smile.h
  14. This is the main include file for the OLE Control DLL.  It
  15. includes other project-specific includes such as resource.h.
  16. Smile.cpp
  17. This is the main source file that contains code for DLL initialization,
  18. termination and other bookkeeping.
  19. Smile.rc
  20. This is a listing of the Microsoft Windows resources that the project
  21. uses.  This file can be directly edited with the Visual C++ resource
  22. editor.
  23. Smile.def
  24. This file contains information about the OLE Control DLL that
  25. must be provided to run with Microsoft Windows.
  26. Smile.clw
  27. This file contains information used by ClassWizard to edit existing
  28. classes or add new classes.  ClassWizard also uses this file to store
  29. information needed to generate and edit message maps and dialog data
  30. maps and to generate prototype member functions.
  31. Smile.odl
  32. This file contains the Object Description Language source code for the
  33. type library of your control.
  34. /////////////////////////////////////////////////////////////////////////////
  35. Smile control:
  36. SmileCtl.h
  37. This file contains the declaration of the CSmileCtrl C++ class.
  38. SmileCtl.cpp
  39. This file contains the implementation of the CSmileCtrl C++ class.
  40. SmilePpg.h
  41. This file contains the declaration of the CSmilePropPage C++ class.
  42. SmilePpg.cpp
  43. This file contains the implementation of the CSmilePropPage C++ class.
  44. SmileCtl.bmp
  45. This file contains a bitmap that a container will use to represent the
  46. CSmileCtrl control when it appears on a tool palette.  This bitmap
  47. is included by the main resource file Smile.rc.
  48. /////////////////////////////////////////////////////////////////////////////
  49. Other standard files:
  50. stdafx.h, stdafx.cpp
  51. These files are used to build a precompiled header (PCH) file
  52. named stdafx.pch and a precompiled types (PCT) file named stdafx.obj.
  53. resource.h
  54. This is the standard header file, which defines new resource IDs.
  55. The Visual C++ resource editor reads and updates this file.
  56. /////////////////////////////////////////////////////////////////////////////
  57. Other notes:
  58. ControlWizard uses "TODO:" to indicate parts of the source code you
  59. should add to or customize.
  60. /////////////////////////////////////////////////////////////////////////////