home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / qb_pds / aabas / catalog.txt < prev    next >
Encoding:
Text File  |  1993-05-19  |  13.1 KB  |  337 lines

  1.                      Thomas G. Hanlin III
  2.                   3544 E. Southern Ave. #104
  3.                         Mesa, AZ 85204
  4.  
  5.  
  6.  
  7. This catalog lists files that are included on my Sampler disks.
  8. The Sampler is available for $5.00 ($1 + $4 p&h).  This listing
  9. is representative, as items are added and removed over time.
  10. If you mention your interests when ordering, I will tailor your
  11. disks accordingly.  Don't forget to specify disk size/capacity.
  12.  
  13. Foreign orders must be by international money order, traveler's
  14. check, or otherwise payable directly through a U.S. bank.
  15.  
  16. The Sampler fee does not include any shareware registrations.
  17. You are still expected to register shareware you find useful.
  18.  
  19. In most cases, registration of a product provides you with the
  20. ability to upgrade to later releases at a reduced rate, as well
  21. as some additional benefit.  This is often in the form of full
  22. source code, in the case of programming tools and libraries.
  23. Prices listed herein do not include the $4 postage & handling.
  24.  
  25.  
  26.  
  27. 2MON: Utilities for dual-monitor systems.  Free.
  28.  
  29.    Utilities include a clock TSR which runs on the mono
  30.    display, a utility to clear the mono display, and a TSR
  31.    which remaps the PrintScreen key-- instead of going to the
  32.    printer, it copies the color display to the mono display.
  33.  
  34.  
  35.  
  36. AABAS: Affordable Alternative BASIC Library.  Shareware ($4).
  37.  
  38.    This is a good library for people curious about the workings
  39.    of their computer, learning how to use libraries, or
  40.    interested in writing their own assembly language routines
  41.    for QuickBasic.  It is a collection of scores of simple BIOS
  42.    and DOS-related routines written in assembly language. AABAS
  43.    is not as fancy as my other BASIC libraries, but it's quite
  44.    useful in its own right and a great learning tool.
  45.  
  46.    Source code (MASM 6.0) provided on registration.  Registered
  47.    owners may upgrade to later versions for $1.
  48.  
  49.  
  50.  
  51. ASMWIZ: The Assembly Wizard's Library.  Shareware ($25).
  52.  
  53.    This is a library for assembly language.  The library will
  54.    work with A86, MASM, OPTASM, and TASM.  Only .COM files are
  55.    supported.  Routines include text displays (machine-level,
  56.    BIOS, and DOS), graphics (Hercules, CGA, EGA), number base
  57.    conversions, long integer math, file matching and
  58.    command-line parsing, pseudo-random number generation,
  59.    countdowns and delays, buffered file support with critical
  60.    error handling, environment scanning, string functions,
  61.    mouse support, sound generation, control over Break, loading
  62.    of BSAVE-format files, and more.
  63.  
  64.    Source code (MASM 6.0) provided upon registration.
  65.    Registered owners may upgrade to later versions for $10.
  66.  
  67.  
  68.  
  69. BASUPD: BASIC Update Library.  Free.
  70.  
  71.    This library provides routines for QuickBasic 4.x which
  72.    mimic new functions and commands provided by other Microsoft
  73.    BASIC compilers, such as PDS 7.x and Visual Basic for DOS.
  74.    These include disk routines and a powerful selection of time
  75.    and date functions.
  76.  
  77.    Full source code is included.
  78.  
  79.  
  80.  
  81. BASWIZ: The BASIC Wizard's Library.  Shareware ($35).
  82.  
  83.    This is a library for Microsoft BASIC compilers: QuickBasic,
  84.    PDS, and VB/DOS.  It contains an equation solver; far string
  85.    support (even for QuickBasic!); powerful file handling, with
  86.    buffering, critical error handling, and sharing support;
  87.    telecommunications for COM1-COM4; memory management and
  88.    pointers; a virtual windowing system without parallel...
  89.  
  90.    Extensive graphics support is built in.  It handles all
  91.    standard modes: MDA, Hercules (no TSR needed), CGA, EGA,
  92.    VGA, SuperVGA (Tseng 4000 and VESA), Epson-compatible dot
  93.    matrix printers, and HP-compatible laser printers.  Printer
  94.    graphics output can be previewed on the display.  Special
  95.    non-standard VGA modes are included, providing up to 360x480
  96.    graphics in 256 colors on ordinary VGAs.  Fonts, polygons,
  97.    multi-colored text-- it's all in here, and more.
  98.  
  99.    BasWiz math support will handle even the most demanding
  100.    applications.  It extends BASIC's own math and provides two
  101.    other alternatives: fraction math and BCD support.  With
  102.    BCD, you can have up to 254 digits!  This is no minimal
  103.    four-function BCD package, either.  It includes a wide range
  104.    of support, including many trig functions, constants, and
  105.    conversions.  Equally good for huge and tiny numbers.
  106.  
  107.    Source code (MASM 6.0 and BASIC) provided on registration.
  108.    Registered owners may upgrade to later versions for $10.
  109.    Well over a megabyte of sources!  Great learning aid.
  110.  
  111.  
  112.  
  113. BPP: A BASIC PreProcessor.  Free.
  114.  
  115.    This utility provides a powerful meta-language for PDS,
  116.    QuickBasic, Visual Basic for DOS, PowerBASIC, and even the
  117.    QBASIC provided with DOS 5.0.  It processes your code before
  118.    the compiler gets to it, allowing conditional compilation,
  119.    underscores within variable names, flexible "include" files
  120.    (which may even contain SUB and FUNCTION definitions), name
  121.    substitutions, and more.  C programmers have had
  122.    preprocessors for years-- now there's one for BASIC too!
  123.  
  124.  
  125.  
  126. EXECOM: EXE-to-COM converter.  Free.
  127.  
  128.    Like EXE2BIN, this utility converts .EXE files to .COM
  129.    files.  It's smaller and faster, though, as well as offering
  130.    a few additional conveniences.
  131.  
  132.    Source code (MASM) is included.
  133.  
  134.  
  135.  
  136. EXETOOL: EXE Tool.  Free.
  137.  
  138.    This program examines .EXE files for validity and can tell
  139.    you whether the .EXE was designed for use with Microsoft
  140.    Windows.  If the .EXE file is determined to be too long, as
  141.    it might be if you got it using an older file transfer
  142.    protocol, you are given the option of truncating it to the
  143.    right size.
  144.  
  145.  
  146.  
  147. IBRARY: Library for the ASIC compiler.  Shareware ($8).
  148.  
  149.    This library is for ASIC 4.0 and later versions.  If you
  150.    haven't seen ASIC, it's a shareware BASIC compiler which
  151.    provides both command-line and editor/environment support.
  152.    It can produce .COM, .EXE, and .OBJ files.  For more info
  153.    about ASIC, write its author:
  154.  
  155.       David A. Visti
  156.       80/20 Software
  157.       P.O. Box 2952
  158.       Raleigh, NC 27602-2952
  159.  
  160.    Ibrary contains some 135 routines which add to the ASIC
  161.    compiler.  It provides support for the full range of color
  162.    graphics modes: SCREEN 1, 2, 7, 8, 9, 11, 12, 13, N0, and
  163.    N1.  The latter two modes are special 256-color modes which
  164.    provide up to 360x480 on standard VGAs!  A large set of math
  165.    extensions, equipment detection routines, mouse support, DOS
  166.    output, string functions, and other goodies is also
  167.    included.
  168.  
  169.    Source code for Ibrary (MASM 6.0) provided on registration.
  170.    Registered owners may upgrade to later versions for $1.
  171.  
  172.  
  173.  
  174. KEYCTL: Keyboard Control.  Free.
  175.  
  176.    For AT-class machines only (286, 386, 486, etc), this
  177.    utility allows you to speed up your keyboard (or make it
  178.    less sensitive for kids, etc).  You can also swap the
  179.    positions of the CapsLock and Left Ctrl keys, useful for
  180.    civilizing the 101-key "enhanced" keyboard.
  181.  
  182.    Assembly language source code (MASM) is included.
  183.  
  184.  
  185.  
  186. LIBWIZ: The Library Wizard's *BASIC Library Manager*.  Free.
  187.  
  188.    This is a management tool for handling and customizing BASIC
  189.    libraries.  It allows ready creation of subsets of existing
  190.    libraries, automatically resolving any interdependencies for
  191.    you.  Tools for updating and extracting from libraries are
  192.    also included.
  193.  
  194.    LibWiz is strongly recommended for my BasWiz and PBClone
  195.    libraries, due to the vast number of routines involved.
  196.  
  197.  
  198.  
  199. OBJTOOL: OBJ Tool.  Shareware ($10).
  200.  
  201.    This must be the ultimate tool for manipulating .OBJ files.
  202.    You can select files for inclusion or exclusion using
  203.    wildcards, time, date, and size comparisons, and even the
  204.    results of a search through the .OBJ file.  View the file's
  205.    stats, rename publics, externals, and default libraries,
  206.    delete default libraries and languages, check for validity,
  207.    repair checksum errors-- ObjTool has it all.  Useful for
  208.    reducing the size of libraries, resolving conflicting
  209.    routine names, patching .OBJs and just snooping around!
  210.  
  211.    Registered owners may upgrade to later versions for $1.
  212.  
  213.  
  214.  
  215. PASWIZ: The Pascal Wizard's Library.  Shareware ($25).
  216.  
  217.    This is a library for Turbo Pascal and QuickPascal.  It
  218.    provides high-powered math routines, new string support,
  219.    mouse management, music, BCD math, and other routines.
  220.  
  221.    The math routines provide a numeric expression evaluator
  222.    which allows you to convert equations into numbers at run
  223.    time.  The math capabilities of Pascal have been expanded
  224.    significantly with new trig, inverse trig, hyperbolic trig,
  225.    and other functions.  For the ultimate in numeric precision,
  226.    BCD math is also provided, allowing you to manipulate
  227.    numbers of up to 254 digits-- not just with the basic four
  228.    functions, but trig, square roots, factorials, constants
  229.    with hundreds of digits of precision, etc; formatted output
  230.    can be done to your specs.  You can place the decimal point
  231.    anywhere you want, so this works equally well with very
  232.    large and very small numbers.  String support includes
  233.    compression, encryption, fuzzy comparisons, and other
  234.    goodies.  The music manager works like the BASIC PLAY
  235.    language and BBS "ANSI music".
  236.  
  237.    Source code (MASM 6.0 and Pascal) provided on registration.
  238.    Registered owners may upgrade to later versions for $10.
  239.  
  240.  
  241.  
  242. PBBACK: The PB Backwards-Compatible Library.  Shareware ($25).
  243.  
  244.    This library is like my PBClone library, but is compatible
  245.    with the full range of QuickBasic compilers: QB 1.0 - 4.5.
  246.    It is much easier to set up than PBClone but does not
  247.    support all newer compiler features and offers some 300
  248.    routines.  See the description for PBClone, below.
  249.  
  250.  
  251.  
  252. PBCLON: The PBClone Library.  Shareware ($35).
  253.  
  254.    This is a library for Microsoft BASIC compilers: QuickBasic
  255.    4.x, BASCOM and PDS, and Visual BASIC for DOS.  It is the
  256.    successor to my old ADVBAS library.  With over 610 routines,
  257.    this library covers a little bit of everything: mouse and
  258.    joystick support, SoundBlaster, disk wrangling, string
  259.    mangling, keyboard input, equipment detection, graphics, a
  260.    wide variety of display management, directory searching,
  261.    text compression, viewing archive directories (.ARC, .ARJ,
  262.    .EXE, .LZH, .PAK, .ZIP, .ZOO), matrix math, dates, times and
  263.    countdowns, sorts, binary searches, graphics, and... well,
  264.    it's hard to describe such a collection other than to say
  265.    "it's probably in here"!
  266.  
  267.    Source code (MASM 6.0 and BASIC) provided on registration.
  268.    Registered owners may upgrade to later versions for $10.
  269.    Nearly two megabytes of sources!  Great learning aid.
  270.  
  271.  
  272.  
  273. PBCWIN: The PBClone Windows Library.  Shareware (1993: $19.95).
  274.  
  275.    This is a DLL for use in programming for Microsoft Windows.
  276.    It is oriented specifically towards Visual Basic, but can be
  277.    used with other Windows languages that support DLLs if you
  278.    know what you're doing.  There are 79 routines in the first
  279.    version, including bit manipulation, array initialization,
  280.    PEEK, POKE, and SWAP routines, checksums and CRCs, equipment
  281.    information, string testing, and more.
  282.  
  283.    Source code (MS C 7.0) provided on registration. Registered
  284.    owners may upgrade to later versions for $10.
  285.  
  286.  
  287.  
  288. PBWIZ: The PowerBASIC Wizard's Library.  Shareware (1993: $25).
  289.  
  290.    This is a library of some 300 routines for Spectra's
  291.    PowerBASIC 3.0 compiler.  It includes archive viewing (for
  292.    ARC, ARJ, EXE, LZH, PAK, ZIP, ZOO), disk directory viewing,
  293.    256-color graphics modes (320x200 and 360x480 on any VGA,
  294.    more on SVGA or VESA), read and write .BMP pictures, mouse
  295.    and keyboard control, EMS and XMS memory access, equipment
  296.    detection, extended math and string routines, an equation
  297.    solver, ANSI emulation, et al.
  298.  
  299.    Source code (MASM 6.0 and BASIC) provided on registration.
  300.    Registered owners may upgrade to later versions for $10.
  301.  
  302.  
  303.  
  304. QBWIZ: The QuickBasic Wizard's Library.  Free.
  305.  
  306.    A collection of routines which allow you to access internal
  307.    variables for QuickBasic 4.x, BASCOM 6.x, and PDS 7.x.  You
  308.    can retrieve the screen mode, display adapter type, DEF SEG
  309.    setting, I/O redirection status, current screen colors, and
  310.    many other useful values.
  311.  
  312.  
  313.  
  314. TEXTRIS: A word game.  Shareware ($7.95).
  315.  
  316.    Textris is a little like Tetris and a little like Scrabble.
  317.    Random letters fall from the sky.  Fit them together to make
  318.    words for points.  Unused letters remain behind, cluttering
  319.    the arena until at last there is no space left to build new
  320.    words.  Good spelling practice and addictive fun!  Requires
  321.    an EGA, VGA or better display.
  322.  
  323.    Dictionary editor provided upon registration.  Registered
  324.    owners may upgrade to later versions for $1.
  325.  
  326.  
  327.  
  328. VCLOCK: Video clock TSR.  Free.
  329.  
  330.    This tiny TSR provides a running display of the time.  You
  331.    may specify screen position, 12 or 24 hours, whether to
  332.    display seconds, the colors to use, and other parameters.
  333.    Two versions are provided-- one for 8088 PCs and one for
  334.    later machines.
  335.  
  336.    Source code (MASM) is included.
  337.