home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / basic / packing.lst < prev    next >
Encoding:
File List  |  1989-11-09  |  22.3 KB  |  514 lines

  1.                    PACKING.LST File
  2.  
  3.     Disk Contents for Microsoft (R) BASIC Professional Development System
  4.  
  5.                  Version 7.00
  6.  
  7.             (C) Copyright Microsoft Corporation, 1989
  8.  
  9.  
  10. This file contains a complete list of all files and directories on the twelve
  11. distribution disks provided with this product.
  12.  
  13.  
  14. Disk #1 5.25", Disk #1 3.5"
  15. -------------------------------------------------------------------------------
  16. SETUP.EXE        BASIC installation program. Run this program to
  17.             install BASIC on your hard disk and build the
  18.             required libraries.
  19. READTHIS.NOW        Tells the user the first thing to do to install the
  20.             BASIC Professional Development System.
  21. PACKING.LST        List and description of all files provided with BASIC
  22. UNPACK.EXE        Utility for uncompressing files on distribution disks
  23. README.DOC        Information that was unavailable when the BASIC
  24.             manuals were printed.
  25. CHRTB.BAS        Presentation Graphics toolbox source code module
  26. CHRTB.BI        Include file for CHRTB.BAS
  27. CHRTASM.OBJ        Presentation Graphics toolbox assembly language routines
  28. FONTB.BAS        Fonts toolbox source code module
  29. FONTB.BI        Include file for FONTB.BAS
  30. FONTASM.OBJ        Font toolbox assembly language routines
  31. GENERAL.BAS        User Interface toolbox source code module
  32. GENERAL.BI        Include file for GENERAL.BAS
  33. MENU.BAS        User Interface toolbox source code module
  34. MENU.BI            Include file for MENU.BAS
  35. MOUSE.BAS        User Interface toolbox source code module
  36. MOUSE.BI        Include file for MOUSE.BAS
  37. WINDOW.BAS        User Interface toolbox source code module
  38. WINDOW.BI        Include file for WINDOW.BAS
  39. UIASM.OBJ        User Interface toolbox assembly language routines
  40. MATB.BAS        Matrix Math toolbox source code module
  41. MATB.BI            Include file for MATB.BAS
  42. MATBA.BAS        Matrix Math toolbox source code module for use with
  43.             alternate math package (currency support removed)
  44. MATBA.BI        Include file for MATBA.BAS
  45. BUILDRTM.EXE        Utility for creating default and extended run-time
  46.             modules and run-time module libraries
  47.  
  48. Disk #2 5.25", Disk #1 3.5"
  49. -------------------------------------------------------------------------------
  50. BC.EXE            Microsoft BASIC compiler
  51. LINK.EXE        Microsoft Segmented-Executable Linker
  52. LIB.EXE            Microsoft Library Manager
  53. QBX.BI            Include file for use with BASIC programs that
  54.             call any of the following routines in the QBX.QLB
  55.             Quick library or in the QBX.LIB stand-alone library:
  56.             Absolute, Interrupt, InterruptX, Int86Old, or
  57.             Int86XOld.  The QBX.BI file defines the types for
  58.             arguments passed to these routines and also gives
  59.             DECLARE statements for these routines.
  60. QBX.LIB            Stand-alone library containing support routines
  61.             for DOS system calls.
  62. QBXQLB.LIB        Library of supporting routines used when creating
  63.             Quick libraries.
  64. DTFMTER.LIB        Date/Time and Format add-on library for 80x87 or
  65.             emulator math - DOS or OS/2 real-mode
  66. FINANCER.LIB        Financial functions add-on library for 80x87 or
  67.             emulator math - DOS or OS/2 real-mode
  68. NOCGA.OBJ        NO CGA graphics.  An object file to link with BASIC
  69.             programs that use a SCREEN statement, but do not use
  70.             any CGA screen modes.
  71. NOCOM.OBJ        NO COMmunication.  An object file to link with BASIC
  72.             programs that use some devices but do not use COMn:
  73. NOEDIT.OBJ        NO full-power INPUT editor. An object file to link
  74.             into a BASIC program that limits editing with an INPUT
  75.             statement to Enter and Backspace characters only.
  76. NOEGA.OBJ        NO EGA graphics.  An object file to link with BASIC
  77.             programs that use a SCREEN statement, but do not use
  78.             any EGA screen modes.
  79. NOEMS.OBJ        NO EMS memory. An object file to link with BASIC
  80.             programs when that forces overlays to swap to disk
  81.             instead of using EMS memory.
  82. NOEVENT.OBJ        NO EVENT support.  An object file to link into an
  83.             extended run-time module that does not use any event-
  84.             trapping statements.
  85. NOFLTIN.OBJ        NO floating point input. An object file to link with
  86.             BASIC programs that use INPUT, VAL, and READ without
  87.             floating-point support.
  88. NOGRAPH.OBJ        Combination of NOCGA, NOEGA, NOVGA, and NOHERC.
  89. NOHERC.OBJ        NO HERCules graphics.  An object file to link with
  90.             BASIC programs that use a SCREEN statement, but do
  91.             not use any Hercules screen modes.
  92. NOISAM.OBJ        NO ISAM. An object file to link with BASIC programs
  93.             that require no ISAM support.
  94. NOLPT.OBJ        NO Line PrinTer.  An object file to link with BASIC
  95.             programs that use some devices but do not use LPTn:
  96. NOOGA.OBJ        NO Olivetti graphics.  An object file to link with
  97.             BASIC programs that use a SCREEN statement, but do
  98.             not use any Olivetti screen modes.
  99. NOTRNEMR.LIB        No transcendental math. An object file to link with
  100.             BASIC programs that require no transcendental functions.
  101.             DOS or OS/2 real-mode
  102. NOVGA.OBJ        NO VGA graphics.  An object file to link with BASIC
  103.             programs that use a SCREEN statement, but do not use
  104.             any VGA screen modes.
  105. OVLDOS21.OBJ        Support DOS 2.1. An object file to link with BASIC
  106.             programs that are linked for overlays and designed
  107.             to work under DOS 2.1.
  108. SMALLERR.OBJ        Reduce error messages. An object file to link with
  109.             BASIC programs to reduce the length of run-time error
  110.             messages.
  111. TSCNIOFR.OBJ        Object file to link with far-string DOS or OS/2
  112.             real-mode BASIC programs that use text-only screen I/O.
  113. TSCNIONR.OBJ        An object file to link with near-string DOS or OS/2
  114.             real-mode BASIC programs that use text-only screen I/O.
  115. 87.LIB            80x87 required emulator replacement
  116. EMR.LIB            80x87 DOS or OS/2 real-mode emulator
  117. BLIBFA.LIB        Alternate math library
  118. BLIBFP.LIB        Floating-point math library
  119. B70ORN.LIB        BASIC runtime constituent library
  120.  
  121.  
  122. Disk #3 5.25", Disk #2 3.5"
  123. -------------------------------------------------------------------------------
  124. B70OAF.LIB        BASIC runtime constituent library
  125. B70OAJ.LIB          "     "       "         "
  126. B70OAN.LIB          "     "       "         "
  127. B70OBF.LIB          "     "       "         "
  128. B70OBJ.LIB          "     "       "         "
  129. B70OBN.LIB          "     "       "         "
  130. B70OEJ.LIB          "     "       "         "
  131. B70OOF.LIB          "     "       "         "
  132. B70OON.LIB          "     "       "         "
  133. B70ORF.LIB          "     "       "         "
  134. B70RCF.LIB          "     "       "         "
  135. B70RCN.LIB          "     "       "         "
  136. B70RLF.LIB          "     "       "         "
  137. B70RLN.LIB          "     "       "         "
  138. B70ROAF.LIB          "     "       "         "
  139. B70ROAJ.LIB          "     "       "         "
  140. B70ROAN.LIB          "     "       "         "
  141. B70ROBF.LIB          "     "       "         "
  142. B70ROBJ.LIB          "     "       "         "
  143. B70ROBN.LIB          "     "       "         "
  144. B70ROEF.LIB          "     "       "         "
  145. B70ROEJ.LIB          "     "       "         "
  146. B70ROEN.LIB          "     "       "         "
  147. B70ROOF.LIB          "     "       "         "
  148. B70ROOJ.LIB          "     "       "         "
  149. B70ROON.LIB          "     "       "         "
  150. B70RORF.LIB          "     "       "         "
  151. B70RORJ.LIB          "     "       "         "
  152. B70RORN.LIB          "     "       "         "
  153. B70S.LIB          "     "       "         "
  154.  
  155.  
  156. Disk #4 5.25", Disk #2 3.5"
  157. -------------------------------------------------------------------------------
  158. B70ISD.LIB        ISAM constituent library
  159. B70IS.LIB          "      "        "
  160. B70ISSTD.LIB          "      "        "
  161. PROISAMT.LIB          "      "        "
  162. PROISAM.OBJ        ISAM constituent file
  163. PROISAMD.OBJ          "      "      "
  164. ISAMCVT.LIB        ISAM utility constituent library
  165. ISAMPACK.LIB          "    "      "        "
  166. ISAMIO.LIB          "    "      "        "
  167. ISAMREPR.LIB          "    "      "        "
  168.  
  169.  
  170. Disk #5 5.25", Disk #3 3.5"
  171. -------------------------------------------------------------------------------
  172. B70ISDUT.OBJ        ISAM constituent file
  173. B70ISENG.OBJ          "      "      "
  174. B70ISSCA.OBJ          "      "      "
  175. B70ISSPA.OBJ          "      "      "
  176. B70ISC.LIB        ISAM utility constituent library
  177. B70ISAMD.LIB          "    "      "        "
  178. B70ISAM.LIB          "    "      "        "
  179. DATIM.BI        Include file for Date/Time functions
  180. FORMAT.BI        Include file for Format functions
  181. FINANC.BI        Include file for Financial functions
  182. MKKEY.EXE        Utility to convert .KEY files to ASCII and ASCII
  183.             files to .KEY files
  184. FINANCAR.LIB        Financial functions add-on library for alternate math
  185.             DOS or OS/2 real-mode
  186. QBX.KEY            MKKEY QBX key definition file (default)
  187. BRIEF.KEY        MKKEY BRIEF key definition file
  188. EPSILON.KEY        MKKEY Epsilon key definition file
  189. ME.KEY            MKKEY Microsoft Editor key definition file
  190. CHRTASM.ASM        Presentation Graphics toolbox assembly language
  191.             routines source
  192. FONTASM.ASM        Font toolbox assembly language routines source
  193. UIASM.ASM        User interface toolbox assembly language routines
  194.             source
  195. HELVB.FON        Font toolbox Helvetica font file for 640x350 screen
  196. COURB.FON        Font toolbox Courier font file for 640x350 screen
  197. TMSRB.FON        Font toolbox Times Roman font file for 640x350 screen
  198. HELVA.FON        Font toolbox Helvetica font file for 640x200 screen
  199. COURA.FON        Font toolbox Courier font file for 640x200 screen
  200. TMSRA.FON        Font toolbox Times Roman font file 640x200 screen
  201. HELVE.FON        Font toolbox Helvetica font file for 640x480 screen
  202. COURE.FON        Font toolbox Courier font file for 640x480 screen
  203. TMSRE.FON        Font toolbox Times Roman font file for 640x480 screen
  204.  
  205.  
  206. Disk #6 5.25", Disk #3 3.5"
  207. -------------------------------------------------------------------------------
  208. QBX.EXE            Microsoft QuickBASIC Extended program development
  209.             environment.
  210. QBX.QLB            Stand-alone library containing support routines
  211.             for DOS system calls.
  212. QBX.PIF            File that provides information to aid in running
  213.             QuickBASIC under Microsoft Windows.
  214. HIMEM.SYS        High memory management device driver
  215. EXEHDR.EXE        Microsoft EXE File Header Utility
  216. BAS7ENER.HLP        File containing compressed online help information
  217.             about the QBX programming environment
  218.  
  219.  
  220. Disk #7 5.25", Disk #4 3.5"
  221. -------------------------------------------------------------------------------
  222. BAS7ADVR.HLP        File containing compressed online help information
  223.             for the QuickBASIC language.
  224. BAS7EX.HLP        File containing compressed online help code examples
  225. DTFMTAR.LIB        Date/Time and Format add-on library for alternate math
  226.             DOS or OS/2 real-mode
  227. PATCH87.EXE        Program that installs a patch for DOS 3.20. The patch
  228.             eliminates a problem with floating-point math in DOS
  229.             3.20. The problem arises ONLY on systems that boot from
  230.             a hard disk drive, have a math coprocessor (such as an
  231.             8087 chip), and that run programs that use floating-
  232.             point math.
  233.  
  234.  
  235. Disk #8 5.25", Disk #4 3.5"
  236. -------------------------------------------------------------------------------
  237. CV.EXE            CodeView Debugger
  238. BAS7QCK.HLP        File containing online help information dealing with
  239.             the Microsoft QuickBASIC language.
  240. BRIEF.INI        BRIEF initialization file for Microsoft Editor
  241.  
  242.  
  243. Disk #9 5.25", Disk #5 3.5"
  244. -------------------------------------------------------------------------------
  245. CVPACK.EXE        Compresses CodeView information
  246. CV.HLP            Codeview debugger help file
  247. NMAKE.EXE        Microsoft Program Maintenance Utility
  248. RM.EXE            Utility to delete files
  249. EXP.EXE            Utility to erase files
  250. UNDEL.EXE        Utility to undelete files
  251. SETENV.EXE        Microsoft Environment Expansion utility
  252. M.EXE            Microsoft Editor
  253. M.HLP            Microsoft Editor help file
  254. WS.MXT            Wordstar extension file for Microsoft Editor
  255. MHELP.MXT        Help extension file for Microsoft Editor
  256. TOOLS.PRE        Predefined and example Microsoft Editor macros
  257. EPSILON.INI        Epsilon initialization file for Microsoft Editor
  258. QUICK.INI        QuickBASIC initialization file for Microsoft Editor
  259.  
  260.  
  261. Disk #10 5.25", Disk #5 3.5"
  262. -------------------------------------------------------------------------------
  263. SMARTDRV.SYS        Disk cache device driver
  264. RAMDRIVE.SYS        Ram drive device driver
  265. MSHERC.COM        Driver file for use with computers equipped with
  266.             a Hercules(R) Graphics Card, Graphics Card Plus,
  267.             Hercules InColor Card, or 100%-compatible clones of
  268.             these graphics cards.  This file allows you to write
  269.             BASIC programs that use screen mode 3 for graphics
  270.             output.
  271. FIXSHIFT.COM        Terminate-and-stay-resident program that fixes a bug
  272.             in the ROM BIOS of some machines with keyboards that
  273.             have an extra set of DIRECTION (i.e. arrow) keys, in
  274.             addition to those on the numeric keypad.
  275. MOUSE.COM        Mouse driver for use with QuickBASIC and programs
  276.             that call mouse functions.
  277. HELPMAKE.EXE        Microsoft Help-File Creation utility
  278. UIDEMO.BAS        User Interface toolbox demonstration program
  279. FONTDEMO.BAS        Font toolbox demonstration program
  280. CHRTDEMO.BAS        Presentation Graphics demo (main module)
  281. CHRTDEMO.BI        Include file for Presentation Graphics demo
  282. CHRTDEM1.BAS        Presentation Graphics demo (module 1)
  283. CHRTDEM2.BAS        Presentation Graphics demo (module 2)
  284. SAMPLE.CHT        Presentation Graphics demo sample chart
  285. BOOKLOOK.BAS        Sample ISAM database program (main module)
  286. BOOKLOOK.BI        Include file for sample ISAM database program
  287. BOOKMOD1.BAS        Sample ISAM database program (module 1)
  288. BOOKMOD2.BAS        Sample ISAM database program (module 2)
  289. BOOKMOD3.BAS        Sample ISAM database program (module 3)
  290. BOOKS.MDB        Sample ISAM database file
  291. BOOKLOOK.MAK        File used by QBX to load all files required to run
  292.             the BOOKLOOK sample ISAM database program
  293. ADAPTER.BAS        Sample program to determine graphic adapter
  294. BALLPSET.BAS        Sample program - bouncing ball using PSET
  295. BALLXOR.BAS        Sample program - bouncing ball using XOR
  296. BAR.BAS            Sample program - bar chart
  297. BIGSTRIN.BAS        Sample program - far string demo
  298. CAL.BAS            Sample program - perpetual calendar
  299. CHECK.BAS        Sample program - checkbook program
  300. COLORS.BAS        Sample program - color and palette demo
  301. CRLF.BAS        Sample program - carriage return/line feed filter
  302. CUBE.BAS        Sample program - animated cube
  303. EDPAT.BAS        Sample program - pattern editor
  304. ENTAB.BAS        Sample program - replace tabs with spaces
  305. FLPT.BAS        Sample program - display floating-point numbers
  306. INDEX.BAS        Sample program - non-ISAM parts inventory
  307. MANDEL.BAS        Sample program - plots values in a Mandlebrot set
  308. MUSIC.BAS        Sample program - Event trapping demo, plays music
  309. PALETTE.BAS        Sample program - palette changing demo
  310. PASSWRD.BAS        Sample program - requests and verifies password
  311. PGBAR.BAS        Sample program - Presentation Graphics bar chart demo
  312. PGLINEMS.BAS        Sample program - Presentation Graphics line chart demo
  313. PGPIE.BAS        Sample program - Presentation Graphics pie chart demo
  314. PGSCAT.BAS        Sample program - Presentation Graphics scatter diagram
  315.             demo
  316. PLOTTER.BAS        Sample program - Draws lines using cursor keys
  317. QLBDUMP.BAS        Sample program that allows you to get a listing of the
  318.             PUBLIC code and data symbols in a QuickBASIC Quick
  319.             library.
  320. REMLINE.BAS        Sample program - removes remarks and lines numbers
  321. SINEWAVE.BAS        Sample program - draws sine wave on screen
  322. STRTONUM.BAS        Sample program - filters commas from numeric output
  323. TERMINAL.BAS        Sample program - terminal emulator
  324. TIMER.BAS        Sample program - timer event-trapping demo
  325. TIMERA.ASM        Sample ASM program for use with TIMER.BAS
  326. TOKEN.BAS        Sample program - breaks input string into components
  327. TORUS.BAS        Sample program - draws a colorful rotating torus
  328. WHEREIS.BAS        Sample program - locates files on disk
  329. MXADSTA.ASM        Mixed language sample program - far string usage demo
  330. MXADSTB.BAS         "    "    "    "    "     "        "     "
  331. MXADSTC.C         "    "    "    "    "     "        "     "
  332. MXADSTP.PAS         "    "    "    "    "     "        "     "
  333. MXSHKA.ASM         "    "    "    "    "     "        "     "
  334. MXSHKB.BAS         "    "    "    "    "     "        "     "
  335. MXSHKC.C         "    "    "    "    "     "        "     "
  336. MXSHKP.PAS         "    "    "    "    "     "        "     "
  337. MXADSTF.FOR         "    "    "    "    "     "        "     "
  338. MXSHKF.FOR         "    "    "    "    "     "        "     "
  339.  
  340.  
  341. Disk #11 5.25", Disk #6 3.5"
  342. -------------------------------------------------------------------------------
  343. IMPLIB.EXE        Utility used to create OS/2 import libraries
  344. NOTRNEMP.LIB        No transcendental math. An object file to link with
  345.             BASIC programs that require no transcendental functions.
  346.             OS/2 protect-mode
  347. EMP.LIB            80x87 emulator OS/2 protect-mode
  348. TSCNIOFP.OBJ        Object file to link with far-string OS/2 protect-mode
  349.             BASIC programs that use text-only screen I/O.
  350. TSCNIONP.OBJ        Object file to link with near-string OS/2 protect-
  351.             mode BASIC programs that use text-only screen I/O.
  352. OS2.LIB            OS/2 interface library
  353.  
  354. B70POBJ.LIB        Constituent protect-mode runtime library
  355. B70POOF.LIB             "          "        "        "
  356. B70POAJ.LIB             "          "        "        "
  357. B70POAF.LIB             "          "        "        "
  358. B70POAN.LIB             "          "        "        "
  359. B70POEJ.LIB             "          "        "        "
  360. B70POEF.LIB             "          "        "        "
  361. B70POEN.LIB             "          "        "        "
  362. B70POBF.LIB             "          "        "        "
  363. B70POBN.LIB             "          "        "        "
  364. B70POOJ.LIB             "          "        "        "
  365. B70POON.LIB             "          "        "        "
  366. B70PORJ.LIB             "          "        "        "
  367. B70PORF.LIB             "          "        "        "
  368. B70PCF.LIB             "          "        "        "
  369. B70PLF.LIB             "          "        "        "
  370. B70PORN.LIB             "          "        "        "
  371. B70PCN.LIB             "          "        "        "
  372. B70PLN.LIB             "          "        "        "
  373.  
  374. BRTM70AP.DEF        Constituent protect-mode runtime file
  375. BRTM70EP.DEF             "          "        "       "
  376.  
  377.  
  378. Disk #12 5.25", Disk #6 3.5"
  379. -------------------------------------------------------------------------------
  380. DTFMTAP.LIB        Date/Time and Format add-on library for alternate math
  381.             OS/2 protect-mode
  382. FINANCAP.LIB        Financial functions add-on library for 80x87 or
  383.             emulator math - OS/2 protect-mode
  384. DTFMTEP.LIB        Date/Time and Format add-on library for 80x87 or
  385.             emulator math - OS/2 protect-mode
  386. FINANCEP.LIB        Financial functions add-on library for alternate math
  387.             OS/2 protect-mode
  388. MEP.EXE            Microsoft Editor (OS/2 protect-mode)
  389. WS.PXT            Wordstar extension file for Microsoft Editor (OS/2
  390.             protect-mode
  391. MHELP.PXT        Help extension file for Microsoft Editor (OS/2
  392.             protect-mode)
  393. MSHELP.DLL        OS/2 protect mode dynamic link library that implements
  394.             help for MEP.EXE and CVP.EXE.
  395. CVP.HLP            OS/2 CodeView Debugger help file
  396. CVP.EXE            OS/2 CodeView Debugger
  397. BSEDOSFL.BI        Include files for OS/2 interface
  398. BSEDOSPC.BI           "      "    "   "       "
  399. BSEDOSPE.BI           "      "    "   "       "
  400. BSESUBMO.BI           "      "    "   "       "
  401.  
  402.  
  403.  
  404. FILES BUILT DURING INSTALLATION:
  405.  
  406. ===============================================================================
  407.  
  408. BCL70ENR.LIB        Combined library for stand-alone .EXE files 80x87 or
  409.             emulator math near-string DOS or OS/2 real-mode
  410. BCL70ENP.LIB        Combined library for stand-alone .EXE files 80x87 or
  411.             emulator math near-string OS/2 protect-mode
  412. BCL70EFR.LIB        Combined library for stand-alone .EXE files 80x87 or
  413.             emulator math far-string DOS or OS/2 real-mode
  414. BCL70EFP.LIB        Combined library for stand-alone .EXE files 80x87 or
  415.             emulator math far-string OS/2 protect-mode
  416. BCL70ANR.LIB        Combined library for stand-alone .EXE files
  417.             alternate math near-string DOS or OS/2 real-mode
  418. BCL70ANP.LIB        Combined library for stand-alone .EXE files
  419.             alternate math near-string OS/2 protect-mode
  420. BCL70AFR.LIB        Combined library for stand-alone .EXE files
  421.             alternate math far-string DOS or OS/2 real-mode
  422. BCL70AFP.LIB        Combined library for stand-alone .EXE files
  423.             alternate math far-string OS/2 protect-mode
  424.  
  425. BRT70ENR.EXE        Runtime module 80x87 or emulator math near-string DOS
  426.             or OS/2 real-mode
  427. BRT70ENP.DLL        Runtime module 80x87 or emulator math near-string OS/2
  428.             protect-mode
  429. BRT70EFR.EXE        Runtime module 80x87 or emulator math far-string DOS
  430.             or OS/2 real-mode
  431. BRT70EFP.DLL        Runtime module 80x87 or emulator math far-string OS/2
  432.             protect-mode
  433. BRT70ANR.EXE        Runtime module alternate math near-string DOS or OS/2
  434.             real-mode
  435. BRT70ANP.DLL        Runtime module alternate math near-string OS/2
  436.             protect-mode
  437. BRT70AFR.EXE        Runtime module alternate math far-string DOS or OS/2
  438.             real-mode
  439. BRT70AFP.DLL        Runtime module alternate math far-string OS/2
  440.             protect-mode
  441.  
  442. BRT70ENR.LIB        Runtime interface library to BRT70ENR.EXE
  443. BRT70EFR.LIB        Runtime interface library to BRT70EFR.EXE
  444. BRT70ANR.LIB        Runtime interface library to BRT70ANR.EXE
  445. BRT70AFR.LIB        Runtime interface library to BRT70AFR.EXE
  446. BRT70ENP.LIB        Runtime interface library to BRT70ENP.DLL
  447. BRT70EFP.LIB        Runtime interface library to BRT70EFP.DLL
  448. BRT70ANP.LIB        Runtime interface library to BRT70ANP.DLL
  449. BRT70AFP.LIB        Runtime interface library to BRT70AFP.DLL
  450.  
  451. PROISAMD.LIB        ISAM library
  452. PROISAM.LIB          "    "
  453. PROISAMD.EXE        ISAM Terminate-Stay Resident program
  454. PROISAM.EXE          "     "    "      "       "
  455.  
  456. ISAMIO.EXE        ISAM ASCII import/export utility
  457. ISAMPACK.EXE        ISAM file compacting utility
  458. ISAMCVT.EXE        ISAM conversion utility
  459. ISAMREPR.EXE        ISAM repair utility
  460.  
  461. FONTBENR.LIB        Font toolbox library - 80x87 or emulator math
  462.             near-string DOS or OS/2 real-mode
  463. FONTBEFR.LIB        Font toolbox library - 80x87 or emulator math far-string
  464.             DOS or OS/2 real-mode
  465. FONTBANR.LIB        Font toolbox library - alternate math near-string
  466.             DOS or OS/2 real-mode
  467. FONTBAFR.LIB        Font toolbox library - alternate math near-string
  468.             DOS or OS/2 real-mode
  469. FONTBEFR.QLB        Font toolbox quick library - 80x87 or emulator math
  470.             far-string DOS or OS/2 real-mode
  471.  
  472. CHRTBENR.LIB        Presentation graphics toolbox library - 80x87 or
  473.             emulator math near-string DOS or OS/2 real-mode
  474. CHRTBEFR.LIB        Presentation graphics toolbox library - 80x87 or
  475.             emulator math far-string DOS or OS/2 real-mode
  476. CHRTBANR.LIB        Presentation graphics toolbox library - alternate math
  477.             near-string DOS or OS/2 real-mode
  478. CHRTBAFR.LIB        Presentation graphics toolbox library - alternate math
  479.             far-string DOS or OS/2 real-mode
  480. CHRTBEFR.QLB        Presentation graphics toolbox quick library - 80x87
  481.             or emulator math far-string DOS or OS/2 real-mode
  482. UITBENR.LIB        User interface toolbox library - 80x87 or emulator math
  483.             near-string DOS or OS/2 real-mode
  484. UITBEFR.LIB        User interface toolbox library - 80x87 or emulator math
  485.             far-string DOS or OS/2 real-mode
  486. UITBANR.LIB        User interface toolbox library - alternate math
  487.             near-string DOS or OS/2 real-mode
  488. UITBAFR.LIB        User interface toolbox library - alternate math
  489.             far-string DOS or OS/2 real-mode
  490. UITBEFR.QLB        User interface toolbox quick library - 80x87 or emulator
  491.             math far-string DOS or OS/2 real-mode
  492. MATBENR.LIB        Matrix math toolbox library - 80x87 or emulator math
  493.             near-string DOS or OS/2 real-mode
  494. MATBENP.LIB        Matrix math toolbox library - 80x87 or emulator math
  495.             near-string protect-mode
  496. MATBEFR.LIB        Matrix math toolbox library - 80x87 or emulator math
  497.             far-string DOS or OS/2 real-mode
  498. MATBEFP.LIB        Matrix math toolbox library - 80x87 or emulator math
  499.             far-string protect-mode
  500. MATBANR.LIB        Matrix math toolbox library - alternate math
  501.             near-string DOS or OS/2 real-mode
  502. MATBANP.LIB        Matrix math toolbox library - alternate math
  503.             near-string protect-mode
  504. MATBAFR.LIB        Matrix math toolbox library - alternate math
  505.             far-string DOS or OS/2 real-mode
  506. MATBAFP.LIB        Matrix math toolbox library - alternate math
  507.             far-string protect-mode
  508. MATBEFR.QLB        Matrix math toolbox quick library - 80x87 or emulator
  509.             math far-string DOS or OS/2 real-mode
  510. DTFMTER.QLB        Date/Time and Format quick library - 80x87 or emulator
  511.             math DOS or OS/2 real-mode
  512. FINANCER.QLB        Financial functions quick library for 80x87 or emulator
  513.             math DOS or OS/2 real-mode
  514.