LIBRARY HELP

 BBS: Inland Empire Archive
Date: 02-25-93 (15:45)             Number: 193
From: JOHN GALLAS                  Refer#: NONE
  To: KELLY MUNDELL                 Recvd: NO  
Subj: LIBRARY HELP                   Conf: (2) Quik_Bas
KM>I am trying to add an .OBJ file to both a .LIB and .QLB ... I let a
KM>friend borrow my QB books and he took them with him 60 miles away...

KM>Can somebody help me with the commands/procedure I need to go through to
KM>do this... Unfortunately, the QuickBasic Bible (a great QB programmers
KM>refrence BTW) left out all the compiler stuff, and my six or so local
KM>libraries seem to be "checked out" on all the good QB books...

Ok, do the following:

LIB
Library name: yourfile.lib
operations: thenew.obj
list file: <leave blank>
output file: <leave blank>

It will then add the obj file to your lib.  Then to make the new QLB
file from the LIB file (it will have all the same routines that the LIB
had), do the following:

(I don't remember what all the prompts are..)

LINK
/QU filename.lib<cr>
<cr>
<cr>
bqlb45.lib<cr>

It'll then make your QLB file.

 * OLX 2.1 TD * Used Iraqi rifles for sale: dropped once, never fired...

--- TMail v1.30.4
 * Origin: TC-AMS MLTBBS 2.2 - Minnetonka, MN (612)-938-4799 (1:282/7)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET