home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / basic / libwiz13.zip / LIBWIZ.NEW < prev    next >
Text File  |  1992-04-26  |  2KB  |  69 lines

  1. LIBWIZ 1.3, 04/27/91:
  2.  
  3.    LibWiz now guards against identical InfName and LibName
  4.    parameters.  Formerly, if identical names were used, the
  5.    .INF file would be zapped.
  6.  
  7.    If you use the excellent DOS shell 4DOS, try the ADD4DOS
  8.    batch file.  It makes descriptions of the LibWiz files
  9.    available for the DIR command-- no more having to guess what
  10.    a file is!
  11.  
  12.    LibWiz and UnLib no longer create batch files. Instead, they
  13.    SHELL to the appropriate utility (LIB and/or LINK) and take
  14.    care of it all for you.
  15.  
  16.    LibWiz no longer creates a .REF quick reference by default.
  17.    Use the /R switch to generate one if you want it.
  18.  
  19.    LibWiz can now be made to create a .QLB file corresponding
  20.    to the .LIB it generates.  The DOS environment variable
  21.    QLBNAME is used to specify the name of the QuickLib support
  22.    library (BQLB40 or BQLB41 for QuickBASIC 4.0, BQLB45 for
  23.    QuickBASIC 4.5, or QBXQLB for BASCOM/PDS).  To have LibWiz
  24.    create a .QLB for QuickBASIC 4.5, for instance, you'd use
  25.       SET QLBNAME=BQLB45
  26.    which can be done at the command line or placed in your
  27.    AUTOEXEC.BAT file.
  28.  
  29.    The manual has been reformatted to 64 columns x 60 rows, so
  30.    as to be formatted correctly for the widest variety of
  31.    printers.
  32.  
  33.  
  34.  
  35. LIBWIZ 1.2, 12/22/91:
  36.  
  37.    Improved support for BASCOM 7.x/PDS assembly language
  38.    libraries.
  39.  
  40.    Added the ability to page through routine names.
  41.  
  42.  
  43.  
  44. LIBWIZ 1.1, 04/01/91:
  45.  
  46.    Cleared up a bug in the Category handling which caused messy
  47.    displays when over 18 categories were used.  The Category
  48.    window now scrolls as needed.
  49.  
  50.    The .OBJ file scanner didn't filter out certain BASIC
  51.    runtime externals which may be required in routines which
  52.    use floating point.  This has been corrected.
  53.  
  54.    LIBWIZ now supports up to 1023 routines and up to 255
  55.    categories per library.
  56.  
  57.    To make it easier to deal with .LIBs that don't come with
  58.    .OBJ files, I've added the UNLIB.EXE and LIB2OBJ.BAT
  59.    utilities.  These will automatically extract all .OBJs from
  60.    a .LIB file.
  61.  
  62.  
  63.  
  64. LIBWIZ 1.0, 03/28/91:
  65.  
  66.    This is the initial release of The Library Wizard's *BASIC
  67.    Library Manager*, containing the LIBWIZ library manager and
  68.    the LIBWIZU aid to creating information files for LIBWIZ.
  69.