73 lines
1.7 KiB
Plaintext
73 lines
1.7 KiB
Plaintext
C++ ATL Simple Sample
|
|
=====================
|
|
|
|
|
|
Table of Contents
|
|
=================
|
|
|
|
Overview
|
|
File List
|
|
Change Notes
|
|
|
|
|
|
Overview
|
|
========
|
|
|
|
This is the ATL (ActiveX Template Library) version of the Simple
|
|
sample object for Active Server Pages. It demonstrates how to write
|
|
a component that has straightforward methods and properties.
|
|
|
|
Please read the top-level ReadMe for the Simple and Power (found in
|
|
the \intermediate folder) samples.
|
|
|
|
Look at CATLSmpl.idl, Simple.h, and Simple.cpp to see how these
|
|
methods and properties are declared and implemented.
|
|
|
|
|
|
File List
|
|
=========
|
|
|
|
File Description
|
|
---- -----------
|
|
|
|
Simple.cpp the C++ source code for the simple ATL component
|
|
Simple.h declarations for CSimple
|
|
CATLSmpl.idl declaration of ISimple, the IDispatch-based interface
|
|
Makefile a makefile that can be used with nmake
|
|
CATLSmpl.mak the Developer Studio makefile
|
|
CATLSmpl.cpp )
|
|
CATLSmpl.def )
|
|
CATLSmpl.dsp )
|
|
CATLSmpl.rc )
|
|
SmplPS.def } Generated by the ATL COM AppWizard
|
|
SmplPS.mak )
|
|
Resource.h )
|
|
StdAfx.cpp )
|
|
StdAfx.h )
|
|
|
|
CATLSmpl.asp Demonstrates the use of the ATL Simple Sample object
|
|
|
|
|
|
Change Notes
|
|
============
|
|
|
|
Beta 1: February 1997
|
|
---------------------
|
|
|
|
First release.
|
|
|
|
|
|
Beta 2: March 1997
|
|
------------------
|
|
|
|
* Fixed Developer Studio makefile problems.
|
|
* Upgraded to build cleanly with ATL 2.0 (Visual C++ 4.2b) and ATL 2.0 (VC5).
|
|
|
|
Version 2: September 1997
|
|
-------------------------
|
|
Upgraded to IIS4.0
|
|
|
|
|
|
Version 2.1: October 1997
|
|
-------------------------
|
|
Modified for the IIS4.0 SDK release |