Linking Libraries

 BBS: Inland Empire Archive
Date: 04-07-92 (09:09)             Number: 89
From: MATT HART                    Refer#: 53
  To: JACK LORANGER                 Recvd: NO  
Subj: Linking Libraries              Conf: (2) Quik_Bas
 JL> I have no .OBJ file for MOUSE.LIB.  Can

Use the LIB.EXE program to view and extract the .OBJ modules from MOUSE.LIB.
     C:\>lib mouse,mouse.lst;
Now MOUSE.LST will contain the names of all the procedures and .OBJ files:
     MOUSEBORDER   MOUSE
     MOUSEINIT
     etc...

All of them are in a MOUSE.OBJ.  So:
     C:\>lib mouse *mouse;
Now you have a MOUSE.OBJ to link with.
---
 * Origin: Midnight Micro!  V.32/REL  (918)451-3306 (1:170/600)
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