C++ ATL Power Sample ==================== Table of Contents ================= Overview File List Change Notes Overview ======== This is the ATL (ActiveX Template Library) version of the Power sample object for Active Server Pages. It demonstrates how to write a component that makes use of the intrinsic ASP objects. Please read the top-level ReadMe for the Simple and Power (found in the \intermediate folder) samples. Look at CATLPwr.idl, Power.h, and Power.cpp to see how these methods and properties are declared and implemented. File List ========= File Description ---- ----------- Power.cpp the C++ source code for the power ATL component Power.h declarations for CPower CATLPwr.idl declaration of IPower, the IDispatch-based interface Makefile a makefile that can be used with nmake CATLPwr.mak the Developer Studio makefile CATLPwr.cpp ) CATLPwr.def ) CATLPwr.dsp ) CATLPwr.rc ) PowerPS.def } Generated by the ATL COM AppWizard PowerPS.mak ) Resource.h ) StdAfx.cpp ) StdAfx.h ) Context.cpp ) Context.h ) Shared support classes CATLPwr.asp Demonstrates the use of the ATL Power 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). * Better comments. Version 2: September 1997 ------------------------- Upgraded to IIS4.0 Version 2.1: October 1997 ------------------------- Modified for the IIS4.0 SDK release