README.TXT
资源名称:MSDN_VC98.zip [点击查看]
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:3k
源码类别:
Windows编程
开发平台:
Visual C++
- ========================================================================
- OLE Control DLL : SMILE
- ========================================================================
- ControlWizard has created this project for your SMILE OLE Control DLL,
- which contains 1 control.
- This skeleton project not only demonstrates the basics of writing an OLE
- Control, but is also a starting point for writing the specific features
- of your control.
- This file contains a summary of what you will find in each of the files
- that make up your SMILE OLE Control DLL.
- Smile.mak
- The Visual C++ project makefile for building your OLE Control.
- Smile.h
- This is the main include file for the OLE Control DLL. It
- includes other project-specific includes such as resource.h.
- Smile.cpp
- This is the main source file that contains code for DLL initialization,
- termination and other bookkeeping.
- Smile.rc
- This is a listing of the Microsoft Windows resources that the project
- uses. This file can be directly edited with the Visual C++ resource
- editor.
- Smile.def
- This file contains information about the OLE Control DLL that
- must be provided to run with Microsoft Windows.
- Smile.clw
- This file contains information used by ClassWizard to edit existing
- classes or add new classes. ClassWizard also uses this file to store
- information needed to generate and edit message maps and dialog data
- maps and to generate prototype member functions.
- Smile.odl
- This file contains the Object Description Language source code for the
- type library of your control.
- /////////////////////////////////////////////////////////////////////////////
- Smile control:
- SmileCtl.h
- This file contains the declaration of the CSmileCtrl C++ class.
- SmileCtl.cpp
- This file contains the implementation of the CSmileCtrl C++ class.
- SmilePpg.h
- This file contains the declaration of the CSmilePropPage C++ class.
- SmilePpg.cpp
- This file contains the implementation of the CSmilePropPage C++ class.
- SmileCtl.bmp
- This file contains a bitmap that a container will use to represent the
- CSmileCtrl control when it appears on a tool palette. This bitmap
- is included by the main resource file Smile.rc.
- /////////////////////////////////////////////////////////////////////////////
- Other standard files:
- stdafx.h, stdafx.cpp
- These files are used to build a precompiled header (PCH) file
- named stdafx.pch and a precompiled types (PCT) file named stdafx.obj.
- resource.h
- This is the standard header file, which defines new resource IDs.
- The Visual C++ resource editor reads and updates this file.
- /////////////////////////////////////////////////////////////////////////////
- Other notes:
- ControlWizard uses "TODO:" to indicate parts of the source code you
- should add to or customize.
- /////////////////////////////////////////////////////////////////////////////