home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / advbas.zip / READ.ME < prev    next >
Text File  |  1988-04-02  |  3KB  |  62 lines

  1.  
  2.      If you run into trouble with ADVBAS, please read the Operation Notes
  3.      at the beginning of the ADVBAS.DOC manual.  Remember to declare any
  4.      numeric variables used with ADVBAS routines as integers!
  5.  
  6.      See the file WARNING.TXT for information about bugs in QuickBASIC
  7.      version 3.0 - 4.0 which affect ADVBAS users.  This is particularly
  8.      important with QB4, which is both buggy and somewhat incompatible
  9.      with previous versions of the QuickBASIC compiler.
  10.  
  11.      ADVBAS comes with a complete set of object files for its routines.
  12.      This allows you to create your own libraries for QuickBASIC.  A set
  13.      of libraries is already built, for your convenience.  Contributors
  14.      will find them stored in LIBRARY.ARC to reduce space requirements.
  15.      Type ARCE LIBRARY on a disk with ARCE.COM, LIBRARY.ARC, and at least
  16.      80K of free space to remove the libraries from the archive.
  17.  
  18.      For QuickBASIC 2.0 - 3.0, you can create a library compatible with
  19.      the programming environment by using the BUILDLIB utility provided
  20.      with QuickBASIC.  In order to create the library, use the command
  21.      "BUILDLIB <ADVBAS.QB".  This will create the library ADVBAS.EXE from
  22.      the object files.  You may edit ADVBAS.QB to include your own
  23.      routines to create a customized ADVBAS.EXE.
  24.  
  25.      For QuickBASIC 4.0, you can create a library compatible with the
  26.      programming environment by using the LINK utility provided with
  27.      QuickBASIC.  Use the command "LINK <ADVBAS.QB4".  Note that you must
  28.      have the library BQLB40.LIB (which comes with QuickBASIC 4.0) in your
  29.      current drive/directory, or on the path specified by the DOS
  30.      environment variable "LIB".  This will create the library ADVBAS.QLB
  31.      from the object files.  You may edit ADVBAS.QB4 to include your own
  32.      routines if you wish to create a customized ADVBAS.QLB.
  33.  
  34.      For compiling with any version of QuickBASIC from the command line,
  35.      you can create a library by using the LIB utility provided with many
  36.      of Microsoft's languages, including QuickBASIC 4.0.  Use the command
  37.      "LIB <ADVBAS.BS" to create the library.  Use a disk which does not
  38.      already contain ADVBAS.LIB.
  39.  
  40.      The ADVBAS object files have been grouped in an archive, OBJECT.ARC,
  41.      in order to reduce space requirements.  If you got ADVBAS from a BBS,
  42.      just unARC this file the way you normally would.
  43.  
  44.      Contributors unfamilar with archives should use the enclosed ARCE
  45.      utility to access the archive files.  The object code can be accessed
  46.      using the command "ARCE OBJECT", and the source code by "ARCE SOURCE".
  47.  
  48.      My thanks to Vern Buerg,  an author of ARCE, for his permission to
  49.      include this handy utility with the ADVBAS disk.
  50.  
  51.  
  52.  
  53. ***********---------------------------------------------------------***********
  54.                                  NOTICE!
  55.  
  56.       The object files are included for your convenience in creating your
  57.       own customized version of ADVBAS.  Such libraries are for your own
  58.       personal use only.  You may not distribute modified libraries to the
  59.       general public!  Such distribution is in violation of my copyright,
  60.       and I will not be amused.
  61. ***********---------------------------------------------------------***********
  62.