home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / progbas / pbwiz12.arj / PBWIZ.NEW < prev    next >
Encoding:
Text File  |  1992-03-01  |  2.8 KB  |  63 lines

  1. PBWiz 1.2, 03/01/92:
  2.  
  3.    Inexplicably, I managed to leave many of the DECLAREs for the MOUSE unit
  4.    out of the previous releases.  There was also an error in one of the
  5.    DECLAREs for the equipment unit.  These have been fixed.
  6.  
  7.    I've added a demo to show the use of the equipment and video unit.  Type
  8.    "DEMO" to take a look.  I've also added a demo for the archive viewing
  9.    routines.  Type "VARCDEMO filename" for a plain list, or add the "/V"
  10.    option for a detailed view of the archive.
  11.  
  12.    The various $INCLUDE files have been gathered together into a single file,
  13.    PBWIZ.INC, for convenience.  I've also added a quick reference of the
  14.    routines, PBWIZ.REF.
  15.  
  16.    A display unit has been added.  This includes scrolling in any direction,
  17.    DOS/ANSI output (print, cls, color, locate), save/restore any part of a
  18.    screen, fast and flexible string displays, recoloring of selected areas,
  19.    and pop-up windows.
  20.  
  21.    The EXTMATH.PBU unit has been split in two: EXTMATHA.OBJ & EXTMATHB.PBU.
  22.    This allowed me to add a number of assembly-language routines to the math
  23.    unit, including bit shifts and rotatations.
  24.  
  25.    The EQUIPMEN.OBJ unit has been extended to return the BIOS date and PC
  26.    type information.  It can now also tell you whether DR DOS is being used
  27.    instead of MS-DOS.
  28.  
  29.    There have been some changes to WHERE.BBS.  Of particular note to
  30.    PowerBASIC users is that The Bard's Lair (Dave Navarro's board) has
  31.    "dropped carrier" on a semi-permanent basis.  Dave has moved to The
  32.    Consultant's BBS, as have I.  See the WHERE.BBS file for more info.
  33.  
  34.  
  35.  
  36. PBWIZ 1.1, 01/10/92:
  37.  
  38.    The documentation has been reformatted.  Ample room has been left for
  39.    margins in case you'd like to create a bound manual.
  40.  
  41.    A brief demo program has been added to demonstrate the use of PBWiz.  It
  42.    shows the 256-color graphics modes in action.  Type VGADEMO to try it out.
  43.  
  44.    Two sets of memory routines have been added, giving you access to EMS and
  45.    XMS memory.  The older EMS 3.x and EEMS standards are supported as well as
  46.    the current EMS 4.0.
  47.  
  48.    Comprehensive keyboard control has been added.  Get the states of any alt,
  49.    control, or shift key; get or set CapsLock, Insert, NumLock, ScrollLock;
  50.    access 101-key "enhanced" keyboards; put a string into the keyboard
  51.    buffer; speed up the keyboard; take control of the PrintScreen key; see
  52.    what a key is without actually getting it; more.
  53.  
  54.  
  55.  
  56. PBWIZ 1.0, 12/03/91:
  57.  
  58.    This is the initial release of The PowerBASIC Wizard's Library, featuring
  59.    extended math support, a numeric expression evaluator, mouse support,
  60.    string handling, equipment information routines, time/date manipulation,
  61.    viewing archives (ARC, ARJ, LZH, PAK, ZIP, ZOO), and VGA graphics (320x200
  62.    and 360x480 in 256 colors).
  63.