LIB.EXE Displays .LIB Contents, QLBDUMP.BAS Displays .QLB (26767)
The information in this article applies to:
- Microsoft QuickBASIC 4.0
- Microsoft QuickBASIC 4.0b
- Microsoft QuickBASIC 4.5
- Microsoft Basic Professional Development System for MS-DOS 7.0
- Microsoft Basic Professional Development System for MS-DOS 7.1
This article was previously published under Q26767 SUMMARY
You can display the contents of a .LIB library file using the LIB.EXE
library manager that comes with Microsoft QuickBasic versions 4.00,
4.00b, and 4.50; with Microsoft Basic Compiler 6.00 and 6.00b; and
with Microsoft Basic Professional Development System (PDS) 7.00 and
7.10. The "listfile" argument for the library manager allows you to
specify the name of a cross-reference listing file. When you specify
the name CON, the listing will be displayed on the screen. You also
may output the list file to a disk file by specifying an output
filename.
To display the contents of a Quick library .QLB file, you may compile
and run the program QLBDUMP.BAS, which is located in the \SOURCE
subdirectory on release-disk 3 of QuickBasic version 4.00 or 4.00b,
and in the subdirectory \EXAMPLES on the "Setup/Microsoft QB Express"
disk of QuickBasic version 4.50. QLBDUMP.BAS is also included with
Basic Compiler 6.00 and 6.00b and Basic PDS 7.00 and 7.10.
Modification Type: | Minor | Last Reviewed: | 8/16/2005 |
---|
Keywords: | KB26767 |
---|
|