home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / QB_LIB.ZIP / README.DOC < prev    next >
Text File  |  1991-01-29  |  2KB  |  45 lines

  1. ===============================================================================
  2.               QuickBASIC Library Routines
  3.                  by Steve Dunn,
  4.                  Hanover, MA.
  5.                CompuServe ID: 70034,2454
  6.  
  7.                   Released Jan., 1991
  8. ===============================================================================
  9.  
  10.  
  11.     This .ZIP file contains various routines, written in assembler, which
  12. can be used in a MicroSoft QuickBASIC source file to either enhance the current
  13. capabilities of QuickBASIC, or to add new functionalities.
  14.  
  15.  
  16.     Each routine is documented in the file name which ends in .ASM (the
  17. assembler source file) and a compiled version for each is provided in the
  18. corresponding file name which ends in .OBJ.  These .OBJ files can be LINKed
  19. into a QuickLib if you want, or LINKed directly to your source file during the
  20. compilation process.  I might recommend to you that you print all the .ASM 
  21. files for your own later reference.
  22.  
  23.  
  24.     These routines were written by the author (me!) and are hereby released
  25. to the Public Domain.
  26.  
  27.  
  28.     There is no warranty, express or implied, on any of these routines.
  29. However, I have used all of them in various programs, and I've never had any
  30. problem.
  31.  
  32.  
  33.     I hope these routines will be of use to you.  If you have any question, 
  34. complaint, suggestion, etc, please contact me via electronic mail at CompuServe 
  35. ID 70034,2454.  
  36.  
  37.  
  38.     PS - other routines are available, including a replacement for the 
  39. PRINT statement, integer-to-ASCII and ASCII-to-integer conversions (intended to 
  40. help those who currently use MicroHelp's excellent QuickBASIC products) and 
  41. various special-purpose screen input routines, etc, etc, etc.  If you have any 
  42. interest, just let me know what BBS you want them sent to!
  43.  
  44. ===============================================================================
  45.