home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / BASIC / LIBWIZ14 / LIBWIZ.NEW < prev    next >
Text File  |  1992-12-03  |  4KB  |  101 lines

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