BBS: Inland Empire Archive Date: 04-10-92 (09:53) Number: 131 From: MARK BUTLER Refer#: 128 To: ASA ROSSOFF Recvd: NO Subj: Master QLB?? Conf: (2) Quik_Bas
On 04-07-92 ASA ROSSOFF wrote to ALL... AR> I'm working on a large program now that uses 3 library files.. I only AR> have OBJ files for one of the libraries, so recompiling them all as AR> one library isn't a possibility. ^^^^^^^^^^^^^^^^^^^ Why isn't it? ------------' I don't know why you think you can't transfer the OBJs from one lib to another Asa. For example let's say your 3 libraries are named LIB1.LIB, LIB2.LIB and LIB3.LIB. Combine them all this way.... LIB NEWLIB +LIB1.LIB +LIB3.LIB +LIB3.LIB; <--- creates 'newlib.lib' LINK/Q NEWLIB, NEWLIB.QLB,, BQLB45.LIB; <--- creates 'newlib.qlb' If you want to _move_ OBJs from, say, LIB2 into LIB1 do it this way.... LIB LIB2 *OBJONE *OBJTWO ; <--- extract the desired OBJs from LIB2 LIB LIB1 +OBJONE +OBJTWO ; <--- now put the extracted OBJs into LIB1 You don't have recompile the OBJs to put them into different libraries Asa, that seems to be where you have been misinformed. Think of libraries as warehouses and OBJs as crates with goods in them. You can move them from one warehouse to another without having to re-package the crates right? Just move them to the other warehouse is all you need to do. ------------> MHB :-) ... OFFLINE 1.36 * Open the pod bay doors ...HAL? I said op@ NO CARRIER ...... --- WM v2.01/91-0080 * Origin: Sea Breeze BBS Portland, OR (1:105/45)
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