home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_07.cab / readme.txt21 < prev    next >
Text File  |  1997-10-25  |  2KB  |  78 lines

  1.                         C++ ATL Power Sample
  2.                         ====================
  3.  
  4.  
  5. Table of Contents
  6. =================
  7.  
  8.     Overview
  9.     File List
  10.     Change Notes
  11.  
  12.  
  13. Overview
  14. ========
  15.  
  16. This is the ATL (ActiveX Template Library) version of the Power
  17. sample object for Active Server Pages.  It demonstrates how to write
  18. a component that makes use of the intrinsic ASP objects.
  19.  
  20. Please read the top-level ReadMe for the Simple and Power (found in
  21. the \intermediate folder) samples.
  22.  
  23. Look at CATLPwr.idl, Power.h, and Power.cpp to see how these
  24. methods and properties are declared and implemented.
  25.  
  26.  
  27. File List
  28. =========
  29.  
  30. File             Description
  31. ----             -----------
  32.  
  33.  Power.cpp       the C++ source code for the power ATL component
  34.  Power.h         declarations for CPower
  35.  CATLPwr.idl     declaration of IPower, the IDispatch-based interface
  36.  Makefile        a makefile that can be used with nmake
  37.  CATLPwr.mak     the Developer Studio makefile
  38.  CATLPwr.cpp     )
  39.  CATLPwr.def     )
  40.  CATLPwr.dsp     )
  41.  CATLPwr.rc      )
  42.  PowerPS.def     } Generated by the ATL COM AppWizard
  43.  PowerPS.mak     )
  44.  Resource.h      )
  45.  StdAfx.cpp      )
  46.  StdAfx.h        )
  47.  
  48.  Context.cpp    )
  49.  Context.h      ) Shared support classes
  50.  
  51.  CATLPwr.asp     Demonstrates the use of the ATL Power Sample object
  52.  
  53.  
  54. Change Notes
  55. ============
  56.  
  57. Beta 1: February 1997
  58. ---------------------
  59.  
  60. First release.
  61.  
  62.  
  63. Beta 2: March 1997
  64. ------------------
  65.  
  66. * Fixed Developer Studio makefile problems.
  67. * Upgraded to build cleanly with ATL 2.0 (Visual C++ 4.2b) and ATL 2.0 (VC5).
  68. * Better comments.
  69.  
  70.  
  71. Version 2: September 1997
  72. -------------------------
  73. Upgraded to IIS4.0
  74.  
  75.  
  76. Version 2.1: October 1997
  77. -------------------------
  78. Modified for the IIS4.0 SDK release