home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / CPPCOM17.ZIP / READ.ME < prev    next >
Text File  |  1991-02-27  |  1KB  |  36 lines

  1. These C++ classes are copyright 1990, 1991 by William Herrera.
  2.  
  3. All those who put this code or its derivatives in a commercial product MUST
  4. mention this copyright in their documentation for users of the products in
  5. which this code or its derivative classes are used.  Otherwise, this code
  6. may be freely distributed and freely used for any purpose.  No warranty is
  7. given or implied, nor is this code guaranteed to work with all C++ 
  8. implementations or versions.
  9.  
  10.  
  11. Version history:
  12.  
  13. November 1990:  version 1.1
  14.  
  15. December 1990:  version 1.4
  16.  
  17.     corrected constructor for COMx which supposedly caused rare lockups
  18.  
  19.     created macros for COM1 through COM4
  20.  
  21. January 1991:   version 1.6.  
  22.     Corrected problem with COM2 through COM4 macros.
  23.  
  24. February 1991:  version 1.7.
  25.     Corrected problem with speeds above 9600 baud by changing the
  26.     speed parameters to long integers.  Default speed is now 38400.
  27.  
  28.     Modified port parameters so that they are non-constant, to allow 
  29.     users to configure for their own hardware for ports above COM2.
  30.  
  31.     Added support for Borland C++ (BCC) which is picky about static
  32.     class variables needing to be set to a default value for linkage.
  33.  
  34. The author may be reached on GENIE, CIS, and FidoNet: c_plusplus.
  35.  
  36.