home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / BASIC / BASWIZ15.ZIP / PRODUCT.TXT < prev    next >
Encoding:
Text File  |  1991-03-05  |  4.6 KB  |  82 lines

  1. This is a list of the libraries I have available.  These are shareware
  2. products which may often be found at your local BBS.  If you can't get them
  3. locally or wish to make sure you have the latest versions, sampler disks are
  4. available.  See CATALOG.TXT for a list of the files included on the sampler
  5. disks.  See REGISTER.TXT for an order form.
  6.  
  7. The registered versions of each library come with full source code in BASIC
  8. and assembly language.  BASIC source code is designed for QuickBASIC 4.0+ or
  9. BASCOM 6.0+.  Assembly language source code is designed for OPTASM and will
  10. require minor modification to assemble with MASM or TASM.
  11.  
  12.  
  13.  
  14. ASMWIZ: The Assembly Wizard's Library
  15.  
  16.    This is a library for assembly language.  The library will work with A86,
  17.    MASM, OPTASM, and TASM.  Only .COM files are supported.  Routines include
  18.    text displays (machine-level, BIOS, and DOS), graphics (Hercules, CGA,
  19.    EGA), number base conversions, long integer math, file matching and
  20.    command-line parsing, pseudo-random number generation, countdowns and
  21.    delays, buffered file support with critical error handling, environment
  22.    scanning, string functions, mouse support, sound generation, control over
  23.    Break, loading of BSAVE-format files, and more.
  24.  
  25.  
  26.  
  27. BASWIZ: The BASIC Wizard's Library
  28.  
  29.    This is a library for BASIC.  It contains a numeric expression evaluator,
  30.    so you can convert an equation into a number; far strings, so you'll never
  31.    see "Out of String Space" again (EMS is supported too!); powerful file
  32.    handling, with optional buffering and built-in critical error handling;
  33.    telecommunications support, including DTR control, carrier detection and
  34.    more for COM1 - COM4; pointers and memory management, giving BASIC the
  35.    capability for flexible data structures long enjoyed by C, Pascal and
  36.    Modula-2 programmers; a virtual windowing system that gives you much more
  37.    than just windows-- change the size, move 'em around, scroll a window
  38.    around on a huge virtual screen, all smoothly and at lightning speed-- the
  39.    BASWIZ demo program gives some hint of what you can do.  The virtual
  40.    windowing system is where BASWIZ really shines.  To the best of my
  41.    knowledge, there is no better text display management system for BASIC.
  42.  
  43.    Graphics capabilities are also included.  Besides replacements for the
  44.    BASIC graphics support for CGA, EGA, VGA and Hercules modes (no TSR
  45.    needed), GRAFWZ adds many new capabilities.  You can print text and
  46.    graphics screens on an Epson-compatible printer or treat the printer like
  47.    a graphics screen with a special set of text and graphics routines.  A
  48.    selection of fonts is available and can be displayed in any desired size.
  49.    A pseudo-graphics mode (80x50) is available for use on any display
  50.    adapter.  There are also two new VGA modes that will work on any
  51.    register-compatible VGA, which allow 320x400 or 360x480 resolution in 256
  52.    colors (compare that to the BASIC SCREEN 13 mode, with only 320x200)!
  53.    Detect the current display adapter, draw dots, lines, circles, ellipses,
  54.    regular polygons... it's all here, with detailed explanations and assorted
  55.    example programs.
  56.  
  57.    Last but not least, the math routines.  These provide extensive math
  58.    support in three areas: new or faster routines for BASIC's existing math,
  59.    precision math using fractions, and the ultimate in numeric precision: BCD
  60.    math with up to 254-digit numbers.  Extensions to BASIC's existing math
  61.    include inverse trig and hyperbolic trig functions, the error function,
  62.    constants and conversions.  Fraction math is fairly limited at the moment,
  63.    supporting little more than the basic four functions.  BCD math includes
  64.    much more than such basics, though-- trig functions, square roots,
  65.    factorials, constants with hundreds of digits of precision, etc; formatted
  66.    output may be done to your specs.  You can place the decimal point
  67.    anywhere you want, so this is perfect whether you deal in very large or
  68.    very small numbers!
  69.  
  70.  
  71.  
  72. PBCLON: The PBClone Library
  73.  
  74.    This is a library for BASIC.  It is the successor to my old ADVBAS library
  75.    and to the commercial ProBas library.  Over 300 routines and growing
  76.    rapidly, this library covers a little bit of everything: mouse support,
  77.    disk wrangling, string mangling, keyboard input, equipment detection,
  78.    graphics, a wide variety of display management, directory searching, text
  79.    compression, viewing .ARC/.LZH/.PAK/.ZIP directories, matrix math, dates,
  80.    times and countdowns, and... well, it's hard to describe such a collection
  81.    other than to say "it's probably in here"!
  82.