NPFLIB.BAS 28 Sep 1997 by Marc Kummel aka Treebeard. Contact mkummel@rain.org, http://www.rain.org/~mkummel/ About NPFLIB: --------------- NPFLIB contains common source code modules required by several of my DOS programs available at Treebeard's BASIC Vault. These modules provide support for VGA mouse, menu, and window functions, EMS memory management, use of Windows bitmapped fonts, and more. Simply copy these files into a program directory along with other program source files and use XQB.BAT to start BASIC with the right options. NPFLIB uses a small library of assembly routines, but it is mostly written in BASIC, so it's easy to customize. If you don't like it, make your own! File List: ------------ README.TXT this file TBVAULT.TXT about Treebeard's Basic Vault EMS4.BAS * code module to use expanded memory GFONT5.BAS * code module to use Windows *.FON fonts SBSUP16.BAS * code module of support routines TBLIB.QLB * Quick Library of misc assembler routines TBLIB.LIB * Library files for compiling TBLIB.TXT info on the TBLIB library [*] These are the files to copy to the program directory. NPFLIB was written for MS Basic PDS 7.10. QB4.5 will probably need some changes. It won't work with QBasic. The code requires special library routines and EMS sharing so start PDS with /L TBLIB and /ES options, or use the XQB.BAT batch file. Conditions: ------------- This program and source code are yours to use and modify as you will, but they are offered as freeware with no warranty whatsoever. Give me credit, but do not distribute any changes under my name, or attribute such changes to me in any way. You're on your own! Send comments and fixes to: Marc Kummel aka Treebeard mkummel@rain.org http://www.rain.org/~mkummel/ For more interesting Basic software with source code, check out Treebeard's Basic Vault at http://www.rain.org/~mkummel/basic/