BBS: Inland Empire Archive Date: 03-06-92 (06:37) Number: 142 From: DONN BLY Refer#: NONE To: ANDY RAY Recvd: NO Subj: Re: Multiple Libraries in Conf: (11) Modula-2
> Is there a way I can use Two libraries in one QuickBasic > program? If so, how??? When you link from the command line, you specify both libraries, ie: LINK module1+module2+library1.lib+library2.lib, etc. If you want two QUICKlibs, sorry, but you can only load one at a time. If you have the source or object code then you can combine the two into a single one and use it. --- OPMED 3.00 * Origin: The Loft *HST/DS/V42bis* [NC, SDS] (1:236/7)
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