MSVCCDK

所属分类:ActiveX/DCOM/ATL
开发工具:Visual C++
文件大小:3971KB
下载次数:4
上传日期:2009-12-05 17:34:11
上 传 者y_h_z_0_4_c_cc
说明:  MSVCCDK,开发OLE Ctrl必备。尤其是16bit App。
(MSVCCDK, development of OLE Ctrl necessary. Especially the 16bit App.)

文件列表:
MSVCCDK\AFXCTL.H (59506, 1995-08-09)
MSVCCDK\AFXCTL.INL (3118, 1995-08-09)
MSVCCDK\BLDTYPLB.BAT (395, 1995-08-09)
MSVCCDK\BTNCTL.BMP (238, 1995-08-09)
MSVCCDK\BTNCTL.CPP (6888, 1995-08-09)
MSVCCDK\BTNCTL.H (2027, 1995-08-09)
MSVCCDK\BTNPPG.CPP (2512, 1995-08-09)
MSVCCDK\BTNPPG.H (1147, 1995-08-09)
MSVCCDK\BUTTON.CLW (1244, 1995-08-09)
MSVCCDK\BUTTON.CPP (2201, 1995-08-09)
MSVCCDK\BUTTON.DEF (921, 1995-08-09)
MSVCCDK\BUTTON.H (950, 1995-08-09)
MSVCCDK\BUTTON.ICO (768, 1995-08-09)
MSVCCDK\BUTTON.MAK (2611, 1995-08-09)
MSVCCDK\BUTTON.ODL (2154, 1995-08-09)
MSVCCDK\BUTTON.R1 (2514, 1995-08-09)
MSVCCDK\BUTTON.RC (4068, 1995-08-09)
MSVCCDK\CIRC1.CLW (864, 1995-08-09)
MSVCCDK\CIRC1.CPP (2310, 1995-08-09)
MSVCCDK\CIRC1.DEF (918, 1995-08-09)
MSVCCDK\CIRC1.H (945, 1995-08-09)
MSVCCDK\CIRC1.ICO (766, 1995-08-09)
MSVCCDK\CIRC1.MAK (2621, 1995-08-09)
MSVCCDK\CIRC1.ODL (2218, 1995-08-09)
MSVCCDK\CIRC1.R3 (2508, 1995-08-09)
MSVCCDK\CIRC1.RC (3168, 1995-08-09)
MSVCCDK\CIRC1CTL.BMP (238, 1995-08-09)
MSVCCDK\CIRC1CTL.CPP (5842, 1995-08-09)
MSVCCDK\CIRC1CTL.H (2238, 1995-08-09)
MSVCCDK\CIRC1PPG.CPP (2758, 1995-08-09)
MSVCCDK\CIRC1PPG.H (1382, 1995-08-09)
MSVCCDK\CIRC2.CLW (887, 1995-08-09)
MSVCCDK\CIRC2.CPP (2310, 1995-08-09)
MSVCCDK\CIRC2.DEF (918, 1995-08-09)
MSVCCDK\CIRC2.H (945, 1995-08-09)
MSVCCDK\CIRC2.ICO (766, 1995-08-09)
MSVCCDK\CIRC2.MAK (2621, 1995-08-09)
MSVCCDK\CIRC2.ODL (2481, 1995-08-09)
MSVCCDK\CIRC2.R4 (2508, 1995-08-09)
MSVCCDK\CIRC2.RC (3168, 1995-08-09)
... ...

======================================================================== OLE Custom Control DLL : CIRC1 ======================================================================== ControlWizard has created this project for your CIRC1 OLE Custom Control DLL, which contains 1 Control. This skeleton project not only demonstrates the basics of writing an OLE Custom 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 CIRC1 OLE Custom Control DLL. CIRC1.MAK The project makefile for building your 16-bit OLE Custom Control. This project file is compatible with the Visual C++ 1.5 Workbench. It is also compatible with NMAKE. CIRC132.MAK The project makefile for building your 32-bit OLE Custom Control. This project file is compatible with the Visual C++ 2.0 Workbench. It is also compatible with NMAKE. MAKEFILE A makefile that makes it easy to run NMAKE from the command prompt. Use the following parameters with NMAKE: DEBUG=0 Builds retail version DEBUG=1 Builds debug version (default) WIN32=0 Builds 16-bit version (default) WIN32=1 Builds 32-bit version UNICODE=0 Builds ANSI/DBCS version (default for WIN32=0) UNICODE=1 Build Unicode version (default for WIN32=1) CIRC1.H This is the main include file for the OLE Custom Control DLL. It includes other project-specific includes such as RESOURCE.H. CIRC1.CPP This is the main source file that contains the OLE DLL initialization, termination and other bookkeeping. CIRC1.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. CIRC1.RC2 This file contains resources that are not edited by the resource editor. Initially this contains a VERSIONINFO resource that you can customize for your OLE Custom Control DLL, and a TYPELIB resource for your DLL's type library. You should place other manually maintained resources in this file. CIRC1.DEF This file contains information about the OLE Custom Control DLL that must be provided to run with Microsoft Windows. It defines parameters such as the name and description of the DLL, and the size of the initial local heap. The numbers in this file are typical for OLE Custom Control DLLs. CIRC132.DEF This is a version of CIRC1.DEF for when building a 32-bit version of the OLE Custom Control DLL. CIRC1.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. CIRC1.ODL This file contains the Object Description Language source code for the type library of your OLE Control. CIRC1.ICO This file contains an icon that will appear in the About box. This icon is included by the main resource file CIRC1.RC. ///////////////////////////////////////////////////////////////////////////// CIRC1CTL.H This file contains the declaration of the CCirc1Ctrl C++ class. CIRC1CTL.CPP This file contains the implementation of the CCirc1Ctrl C++ class. CIRC1PPG.H This file contains the declaration of the CCirc1PropPage C++ class. CIRC1PPG.CPP This file contains the implementation of the CCirc1PropPage C++ class. CIRC1CTL.BMP This file contains a bitmap that a container will use to represent the CCirc1Ctrl control when it appears on a tool palette. This bitmap is included by the main resource file CIRC1.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. App Studio reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: ControlWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者