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

  1.                         C++ ATL Simple 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 Simple
  17. sample object for Active Server Pages.  It demonstrates how to write
  18. a component that has straightforward methods and properties.
  19.  
  20. Please read the top-level ReadMe for the Simple and Power (found in
  21. the \intermediate folder) samples.
  22.  
  23. Look at CATLSmpl.idl, Simple.h, and Simple.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.  Simple.cpp      the C++ source code for the simple ATL component
  34.  Simple.h        declarations for CSimple
  35.  CATLSmpl.idl    declaration of ISimple, the IDispatch-based interface
  36.  Makefile        a makefile that can be used with nmake
  37.  CATLSmpl.mak    the Developer Studio makefile
  38.  CATLSmpl.cpp    )
  39.  CATLSmpl.def    )
  40.  CATLSmpl.dsp    )
  41.  CATLSmpl.rc     )
  42.  SmplPS.def      } Generated by the ATL COM AppWizard
  43.  SmplPS.mak      )
  44.  Resource.h      )
  45.  StdAfx.cpp      )
  46.  StdAfx.h        )
  47.  
  48.  CATLSmpl.asp    Demonstrates the use of the ATL Simple Sample object
  49.  
  50.  
  51. Change Notes
  52. ============
  53.  
  54. Beta 1: February 1997
  55. ---------------------
  56.  
  57. First release.
  58.  
  59.  
  60. Beta 2: March 1997
  61. ------------------
  62.  
  63. * Fixed Developer Studio makefile problems.
  64. * Upgraded to build cleanly with ATL 2.0 (Visual C++ 4.2b) and ATL 2.0 (VC5).
  65.  
  66. Version 2: September 1997
  67. -------------------------
  68. Upgraded to IIS4.0
  69.  
  70.  
  71. Version 2.1: October 1997
  72. -------------------------
  73. Modified for the IIS4.0 SDK release