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