home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BASIC / ADVBS341.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1987-05-21  |  2.2 KB  |  49 lines

  1. ---------------------        !!! CHANGE OF ADDRESS !!!   -----------------
  2.  
  3.        I've moved!  My new address is:
  4.  
  5.                                1712 Maple Hill Place
  6.                                Alexandria, VA 22302
  7.  
  8. ---------------------        !!! CHANGE OF ADDRESS !!!   -----------------
  9.  
  10.  
  11.      If you run into trouble with ADVBAS, please read the Operation Notes
  12. at the beginning of the ADVBAS.DOC manual.  Remember to declare any
  13. numeric variables used with ADVBAS routines as integers!
  14.  
  15.      ADVBAS comes with a complete set of object files for its routines.
  16. This will allow you to create your own QuickBASIC v2.x compatible library
  17. using the BUILDLIB utility provided with QuickBASIC. In order to create
  18. the library, use "BUILDLIB <ADVBAS.QB".  This will create ADVBAS.EXE from
  19. the object files.  You may edit ADVBAS.QB to include your own routines to
  20. create a customized ADVBAS.EXE.
  21.  
  22.      You may also create a customized version of ADVBAS.LIB if you have
  23. the LIB utility.  LIB comes with many of Microsoft's languages.  Here, the
  24. command is "LIB <ADVBAS.BS" to create the library.  Use a disk which does
  25. not already contain ADVBAS.LIB.
  26.  
  27.      The ADVBAS object files have been grouped in an archive, OBJECT.ARC,
  28. in order to reduce space requirements.  If you got ADVBAS from a BBS, just
  29. unARC this file the way you normally would.
  30.  
  31.      Contributors unfamilar with archives should use the enclosed ARCE
  32. utility to access the archive files.  The object code can be accessed
  33. using the command "ARCE OBJECT", and the source code by "ARCE SOURCE".
  34.  
  35.      My thanks to Vern Buerg,  an author of ARCE, for his permission to
  36. include this handy utility with the ADVBAS disk.
  37.  
  38.  
  39. ***********---------------------------------------------------------***********
  40.                                  NOTICE!
  41.  
  42.       The object files are included for your convenience in creating your
  43.       own customized version of ADVBAS.  Such libraries are for your own
  44.       personal use only.  You may not distribute modified libraries to the
  45.       general public!  Such distribution is in violation of my copyright,
  46.       and I will not be amused.
  47.  
  48. ***********---------------------------------------------------------***********
  49.