Re: Combining libraries

 BBS: Inland Empire Archive
Date: 11-07-92 (03:00)             Number: 311
From: MING ONG                     Refer#: NONE
  To: KENNY BINGHAM                 Recvd: NO  
Subj: Re: Combining libraries        Conf: (2) Quik_Bas
 -=> Quoting Kenny Bingham to All <=-

 KB> Can anyone tell me how to combine libraries and also how to load more
 KB> than one quick lib at a time? -!-

        You definitely can not load more than one quick library at a time,
but you may incorporate all the procedures that you like into one QLB by
linking a library of all your favorite procedures into one:

Assuming 1,2,3 are .OBJ's
and      A,B,C are .LIB's

you can link them together by:

LIB 1+2+3+A.LIB+B.LIB+C.LIB,,FAVORITE.LIB

Note that you didn't have to specify .OBJ with extensions because LIB see
.OBJ as defaults.

Regard,
Ming


... Backup not found: (A)bort (R)etry (P)anic
--- Blue Wave/TG v2.10 [NR]
 * Origin: ValleyNet NC * The Cactus Connection (602)581-3162 (1:114/169.0)
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