Re:help-speaker!

 BBS: Inland Empire Archive
Date: 07-29-92 (00:31)             Number: 107
From: RICH GELDREICH               Refer#: NONE
  To: MARK KO                       Recvd: NO  
Subj: Re:help-speaker!               Conf: (2) Quik_Bas
> I don't understand how to use your program. I put it in QB and when I
> executed it, it said it couldn't find the subroutines. I understand
> that these routines are ASM, so how do I connect them?
>

Sorry about that, I should of explained it more...

    First, you must make a .QLB file from the .OBJ file I gave you. Use
the link utility, something like this:

link /q tweakr,tweakr.qlb,,bqlb45

    Then make a .LIB file, with the lib utility:

LIB
for library name, type TWEAKR
say Y at the make new library prompt
type TWEAKR for the operations prompt
type nothing at the last prompt

Then load in QB like this:

QB/lTWEAKR

Hopefully, you should be able to hit SHIFT-F5 and you'll here some
racket from your BIOS...

    Rich

    p.s. read the beginning of the .ASM file for more info

--- RBBSMAIL 17.2A
 * Origin: Computer Co-Op RBBS HST, 609-784-9404 Voorhees
NJ (RBBS-PC 1:266/29)
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