home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / dos / prg / bas / hanlin3 / libwiz20 / libwiz.new < prev    next >
Text File  |  1994-11-05  |  3KB  |  100 lines

  1. LibWiz 2.0, 11/05/94:
  2.  
  3.    This is the final release of LibWiz. My shareware will remain
  4.    available for a little while yet, though, at a spectacularly
  5.    low price-- see the ORDER.FRM file for details.
  6.  
  7.  
  8.  
  9. LibWiz 1.4, 12/03/92:
  10.  
  11.    The UNLIB utility no longer requires LIB.EXE and is much
  12.    faster than in previous versions.  It also keeps you
  13.    informed as to how near it is to being finished.
  14.  
  15.    Added UPDLIB, a utility which helps keep custom libraries
  16.    updated.  It replaces modules within a library with any
  17.    corresponding .OBJ files on the disk.
  18.  
  19.    Added a long FILE_ID.DIZ and short DESC.SDI description file
  20.    for BBSes that support automatic file descriptions.
  21.  
  22.    The names of a few files have been changed to reflect more
  23.    common usage.  The former FILES.LST is now PACKING.LST, and
  24.    REGISTER.TXT has become ORDER.FRM.
  25.  
  26.    The documentation has been updated.  It now covers the
  27.    Visual Basic for DOS compiler as well as QuickBasic and
  28.    Bascom/PDS.
  29.  
  30.  
  31.  
  32. LIBWIZ 1.3, 04/27/92:
  33.  
  34.    LibWiz now guards against identical InfName and LibName
  35.    parameters.  Formerly, if identical names were used, the
  36.    .INF file would be zapped.
  37.  
  38.    If you use the excellent DOS shell 4DOS, try the ADD4DOS
  39.    batch file.  It makes descriptions of the LibWiz files
  40.    available for the DIR command-- no more having to guess what
  41.    a file is!
  42.  
  43.    LibWiz and UnLib no longer create batch files. Instead, they
  44.    SHELL to the appropriate utility (LIB and/or LINK) and take
  45.    care of it all for you.
  46.  
  47.    LibWiz no longer creates a .REF quick reference by default.
  48.    Use the /R switch to generate one if you want it.
  49.  
  50.    LibWiz can now be made to create a .QLB file corresponding
  51.    to the .LIB it generates.  The DOS environment variable
  52.    QLBNAME is used to specify the name of the QuickLib support
  53.    library (BQLB40 or BQLB41 for QuickBASIC 4.0, BQLB45 for
  54.    QuickBASIC 4.5, or QBXQLB for BASCOM/PDS).  To have LibWiz
  55.    create a .QLB for QuickBASIC 4.5, for instance, you'd use
  56.       SET QLBNAME=BQLB45
  57.    which can be done at the command line or placed in your
  58.    AUTOEXEC.BAT file.
  59.  
  60.    The manual has been reformatted to 64 columns x 60 rows, so
  61.    as to be formatted correctly for the widest variety of
  62.    printers.
  63.  
  64.  
  65.  
  66. LIBWIZ 1.2, 12/22/91:
  67.  
  68.    Improved support for BASCOM 7.x/PDS assembly language
  69.    libraries.
  70.  
  71.    Added the ability to page through routine names.
  72.  
  73.  
  74.  
  75. LIBWIZ 1.1, 04/01/91:
  76.  
  77.    Cleared up a bug in the Category handling which caused messy
  78.    displays when over 18 categories were used.  The Category
  79.    window now scrolls as needed.
  80.  
  81.    The .OBJ file scanner didn't filter out certain BASIC
  82.    runtime externals which may be required in routines which
  83.    use floating point.  This has been corrected.
  84.  
  85.    LIBWIZ now supports up to 1023 routines and up to 255
  86.    categories per library.
  87.  
  88.    To make it easier to deal with .LIBs that don't come with
  89.    .OBJ files, I've added the UNLIB.EXE and LIB2OBJ.BAT
  90.    utilities.  These will automatically extract all .OBJs from
  91.    a .LIB file.
  92.  
  93.  
  94.  
  95. LIBWIZ 1.0, 03/28/91:
  96.  
  97.    This is the initial release of The Library Wizard's *BASIC
  98.    Library Manager*, containing the LIBWIZ library manager and
  99.    the LIBWIZU aid to creating information files for LIBWIZ.
  100.