home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / pbwiz21.zip / PBWIZ.NEW < prev    next >
Text File  |  1994-09-06  |  12KB  |  309 lines

  1. PBWiz 2.1, 09/06/94: final shareware release.
  2.  
  3.    This is the final shareware release of PBWiz-- or actually,
  4.    the final release of the formerly-shareware PBWiz. I will not
  5.    be updating this library again, nor will I provide support or
  6.    source code. PBWiz is becoming a full-fledged commercial
  7.    library, which will be available from:
  8.  
  9.       Information Management Systems, Inc.
  10.       1165 North Industrial Park Drive
  11.       Orem, UT 84057-2807
  12.  
  13.    Information Management Systems may also be reached through
  14.    the following phone numbers:
  15.  
  16.       800-750-6390   Order Desk
  17.       801-226-6390   Order Desk
  18.       801-226-6291   Fax
  19.       801-226-6392   BBS
  20.  
  21.    Pricing for the initial commercial release is expected to be
  22.    $99.95, plus shipping and handling. A reduced rate of $50.00
  23.    will be available for those good people who had registered
  24.    earlier versions of PBWiz. Please call Information Management
  25.    Systems for the latest details. They take MasterCard, Visa,
  26.    and American Express...
  27.  
  28.  
  29.  
  30. PBWiz 2.0, 04/10/94: maintenance release.
  31.  
  32.    The registered version of PBWiz now comes with a complete
  33.    printed manual. The registration fee has been raised to $35.
  34.  
  35.    My thanks and a free upgrade to Mark Phillips for his help in
  36.    tracking down assorted PBWiz problems.
  37.  
  38.    Removed references to Spectra from various files. PowerBASIC
  39.    is now marketed by PowerBASIC, Inc.
  40.  
  41.    Fixed online help function lookups for PowerBASIC 3.0c. PB
  42.    was having trouble handling functions that end with ! or #
  43.    type-declaration symbols, so the type def symbols have been
  44.    removed from the help for such functions. Similar problems
  45.    continue to plague other PBWiz routines for no apparent
  46.    reason-- seems there may be a few bugs left in the PowerBASIC
  47.    help system or help system generator. If a Ctrl-F1 lookup
  48.    doesn't work, use Shift-F1 to access the PBWiz index.
  49.  
  50.    AnsiPrint didn't handle blue backgrounds correctly. Fixed.
  51.  
  52.    The various ShowBMP routines still required you to set the
  53.    OPTION BINARY BASE to 1, due to PowerBASIC's inconsistent
  54.    handling of file offsets for different file modes. This has
  55.    been fixed, using the PB internal value pbvBinBase to figure
  56.    out the current file offset origin.
  57.  
  58.  
  59.  
  60. PBWiz 1.9, 12/30/93: maintenance release.
  61.  
  62.    PowerBASIC 3.0c is incompatible with earlier versions of PB
  63.    when it comes to fixed-length strings and assembly language
  64.    routines. Be aware that fixed-length strings are no longer
  65.    strings, as far as asm routines are concerned. They call it a
  66.    "bug fix", although it's not clear that any actual bugs were
  67.    involved.
  68.  
  69.    Support for versions of PowerBASIC prior to 3.0 is no longer
  70.    available, since I have had no requests for it. If you don't
  71.    have PowerBASIC 3.0, especially 3.0c, it's time to upgrade!
  72.  
  73.    The MatchFile routine was case-sensitive. It isn't any more.
  74.  
  75.    The ScreenSave and ScreenRestore routines were broken in the
  76.    last release. They are fixed now.
  77.  
  78.    Neither PBLIB nor LIBUPD handled replacements of existing
  79.    modules with newer versions very well. LIBUPD has been fixed
  80.    to properly delete the older version of the module within the
  81.    .PBL library before adding the newer version.
  82.  
  83.  
  84.  
  85. PBWiz 1.8, 08/25/93:
  86.  
  87.    **** ATTENTION *** ATTENTION *** ATTENTION *** ATTENTION ****
  88.    -------------------------------------------------------------
  89.    PBWiz now takes full advantage of the capabilities of the new
  90.    PowerBASIC 3.0 compiler. This will require a few adjustments
  91.    to your programs if you have used earlier versions of PBWiz.
  92.    The BYVAL keyword is now used where applicable. This means
  93.    you will need to change the DECLAREs for many routines. Also,
  94.    the granularity of the PBWiz modules has been improved. These
  95.    changes result in smaller and faster code.
  96.  
  97.    Full online help is now provided for PBWiz routines! Just
  98.    copy the PBWIZ.PBH file to your PowerBASIC directory. It will
  99.    be loaded automatically when PB starts up. You can search for
  100.    PBWiz routines with Ctrl-F1 context-sensitive help, follow
  101.    cross-references, and import syntax examples directly into
  102.    your code! Press Shift-F1 repeatedly to get to the index.
  103.  
  104.    The archive handler has been updated to support the new ARJ
  105.    and PKZIP 2.0 self-extracting archives.
  106.  
  107.    The equation solver apparently can't handle nested functions.
  108.    This will be corrected in a later version.
  109.  
  110.    Two new functions have been added: AscM, which combines ASCII
  111.    and MID$ into one convenient package, and NumProc, which
  112.    tells what numeric coprocessor is installed (if any).
  113.  
  114.  
  115.  
  116. PBWiz 1.7, 06/21/93:
  117.  
  118.    Revised the BASIC files and documentation to take advantage
  119.    of the seamless external syntax (implicit CALLs). The old
  120.    CALL format is also still supported, of course.
  121.  
  122.    The Archive routines now support ARJ self-extracting .EXEs.
  123.  
  124.    Added joystick support, telecomm handling, and SoundBlaster
  125.    support (via the SBSIM driver). Added new demos MINITERM.BAS
  126.    and PLAYVOC.BAS for the latter two units.
  127.  
  128.  
  129.  
  130. PBWiz 1.6, 02/25/93:
  131.  
  132.    This version of PBWiz requires PowerBASIC 3.0. If you have an
  133.    earlier version of PowerBASIC, either upgrade it or use PBWiz
  134.    1.5. This release of PBWiz makes extensive use of the new
  135.    PowerBASIC features, including libraries (.PBL files)-- no
  136.    more .OBJ and .PBU files to have to remember!
  137.  
  138.    Added several utilities to help manage libraries. These are
  139.    shells which require PBLIB.EXE to do the real work. Their
  140.    function is to make PBLIB more powerful. Type the name of the
  141.    utility with no parameters for a help screen.
  142.       LIBADD       add modules to a library
  143.       LIBUPD       update modules in a library
  144.       LIBLIST      list the contents of a library
  145.  
  146.    The .EXE form of the demo programs is no longer included, to
  147.    help keep the library a reasonable size for downloading. The
  148.    CREATE.BAT program will create the demos for you.
  149.  
  150.    Added a demo which shows how to use the XMS routines for
  151.    array storage. XMSDEMO uses an array of long integers, but
  152.    the technique is applicable to other data types as well.
  153.  
  154.    Fixed a bug in the GN5GetPel routine. Altered PopWindow to
  155.    avoid a bug in some versions of PowerBASIC:
  156.       ELSEIF Frame AND 1 THEN
  157.    was being evaluated incorrectly. Adding parens fixed it:
  158.       ELSEIF (Frame AND 1) THEN
  159.  
  160.    The graphics routines have been greatly improved:
  161.       - Get and set the palette in 256-color modes
  162.       - VESA support for wide SuperVGA compatibility
  163.       - Read and write 256-color pictures in .BMP format
  164.       - Improved VGADEMO.BAS shows use of .BMP viewer
  165.       - Added VESAINFO.BAS to show info about SVGA modes
  166.       - Sped up the G#Write and G#WriteLn routines
  167.  
  168.    The math extension unit has been expanded with additional
  169.    trigonometric functions.
  170.  
  171.    Added a short description file, DESC.SDI, for the BBSes that
  172.    support it. This complements the longer FILE_ID.DIZ.
  173.  
  174.    The order form has been renamed from REGISTER.TXT to
  175.    ORDER.FRM, since that seems to be a more common convention.
  176.  
  177.    The archive scanner now supports the new PKZIP 2.0 format
  178.    "deflated", and can scan the self-extracting .EXE files
  179.    created by ZIP2EXE.
  180.  
  181.  
  182.  
  183. PBWiz 1.5, 10/05/92:
  184.  
  185.    Added support for 256-color SuperVGA modes on any adapter
  186.    with the Tseng 4000 chipset (most SVGAs). You can use any
  187.    mode supported by your adapter and monitor. The unit has been
  188.    tested with modes from 640x350 to 1024x768 resolution.
  189.  
  190.  
  191.  
  192. PBWiz 1.4, 09/02/92:
  193.  
  194.    PBWiz can now be registered online by CompuServe members (use
  195.    GO SWREG). PBWiz is registration I.D. #209.
  196.  
  197.    Added the DIRMGR unit, which lets you scan disk directories.
  198.    You can specify search attributes and filenames with full
  199.    path and wildcard capabilities. For matched files, you can
  200.    obtain the file name, attribute, time, date, and size.
  201.    Directory recursion is also supported.
  202.  
  203.    The archive scanner can now scan self-extracting .EXE files
  204.    created by LHARC in addition to the usual archive formats.
  205.  
  206.    The expression evaluator now supports the constant PI and a
  207.    variety of functions:
  208.      ABS, ACOS, ASIN, ATAN, COS, FRAC, INT, LOG, SIN, SQR, TAN
  209.  
  210.    A command-line calculator has been added to show off the
  211.    expression evaluator. See CALC.BAS and CALC.EXE.
  212.  
  213.    The Processor% function can now tell 80486s from 80386s.
  214.  
  215.    The VARCDEMO program has been renamed to ARCVIEW.
  216.  
  217.  
  218.  
  219. PBWiz 1.3, 06/30/92:
  220.  
  221.    Added a unit for ANSI emulation. This unit allows you to use
  222.    ANSI codes without requiring ANSI.SYS or a similar display
  223.    driver.
  224.  
  225.    Functions which return the number of serial and parallel
  226.    ports installed have been added to the equipment unit.
  227.  
  228.    A special fast print routine has been added to the video
  229.    unit. It skips spaces rather than displaying them, making it
  230.    easy to overlay existing text.
  231.  
  232.    Ceiling and floor functions have been added to the math
  233.    extensions unit.
  234.  
  235.    If you're using the excellent 4DOS command shell, try the new
  236.    ADD4DOS.BAT file. It will add directory descriptions to the
  237.    PBWiz files-- no more guessing about file names!
  238.  
  239.  
  240.  
  241. PBWiz 1.2, 03/01/92:
  242.  
  243.    Inexplicably, I managed to leave many of the DECLAREs for the
  244.    MOUSE unit out of the previous releases. There was also an
  245.    error in one of the DECLAREs for the equipment unit. These
  246.    have been fixed.
  247.  
  248.    I've added a demo to show the use of the equipment and video
  249.    unit. Type "DEMO" to take a look. I've also added a demo for
  250.    the archive viewing routines. Type "VARCDEMO filename" for a
  251.    plain list, or add the "/V" option for a detailed view of the
  252.    archive.
  253.  
  254.    The various $INCLUDE files have been gathered together into a
  255.    single file, PBWIZ.INC, for convenience. I've also added a
  256.    quick reference of the routines, PBWIZ.REF.
  257.  
  258.    A display unit has been added. This includes scrolling in any
  259.    direction, DOS/ANSI output (print, cls, color, locate),
  260.    save/restore any part of a screen, fast and flexible string
  261.    displays, recoloring of selected areas, and pop-up windows.
  262.  
  263.    The EXTMATH.PBU unit has been split in two: EXTMATHA.OBJ &
  264.    EXTMATHB.PBU. This allowed me to add a number of
  265.    assembly-language routines to the math unit, including bit
  266.    shifts and rotatations.
  267.  
  268.    The EQUIPMEN.OBJ unit has been extended to return the BIOS
  269.    date and PC type information. It can now also tell you
  270.    whether DR DOS is being used instead of MS-DOS.
  271.  
  272.    There have been some changes to WHERE.BBS. Of particular note
  273.    to PowerBASIC users is that The Bard's Lair (Dave Navarro's
  274.    board) is gone. Dave has moved to The Consultant BBS, as have
  275.    I. See the WHERE.BBS file for more info.
  276.  
  277.  
  278.  
  279. PBWIZ 1.1, 01/10/92:
  280.  
  281.    The documentation has been reformatted. Ample room has been
  282.    left for margins in case you'd like to create a bound manual.
  283.  
  284.    A brief demo program has been added to demonstrate the use of
  285.    PBWiz. It shows the 256-color graphics modes in action. Type
  286.    VGADEMO to try it out.
  287.  
  288.    Two sets of memory routines have been added, giving you
  289.    access to EMS and XMS memory. The older EMS 3.x and EEMS
  290.    standards are supported as well as the current EMS 4.0.
  291.  
  292.    Comprehensive keyboard control has been added. Get the states
  293.    of any alt, control, or shift key; get or set CapsLock,
  294.    Insert, NumLock, ScrollLock; access 101-key "enhanced"
  295.    keyboards; put a string into the keyboard buffer; speed up
  296.    the keyboard; take control of the PrintScreen key; see what a
  297.    key is without actually getting it; more.
  298.  
  299.  
  300.  
  301. PBWIZ 1.0, 12/03/91:
  302.  
  303.    This is the initial release of The PowerBASIC Wizard's
  304.    Library, featuring extended math support, a numeric
  305.    expression evaluator, mouse support, string handling,
  306.    equipment information routines, time/date manipulation,
  307.    viewing archives (ARC, ARJ, LZH, PAK, ZIP, ZOO), and VGA
  308.    graphics (320x200 and 360x480 in 256 colors).
  309.