BBS: Inland Empire Archive Date: 03-24-92 (01:28) Number: 144 From: JEAN CREPEAU Refer#: NONE To: MICHAEL ORCHEKOWSKI Recvd: NO Subj: Call Absolute() Conf: (2) Quik_Bas
In a message to ALL, MICHAEL ORCHEKOWSKI wrote: MO=> Does anyone know why QuickBASIC (and the interpreter) chokes on the CALL ABSOLUTE () command? It seems every time I try to compile a program with this command in it, I get a 'sub not found error' (#36 I believe). I have also heard that there is an $INCLUDE file or .OBJ file that will allow this to be done. I have the following routine: You must load the QB.QLB quick library with the command line parameter /L. Or you must specify the QB.LIB library when linking your object file. For instance: QB TEST.BAS /L QB or BC TEST; LINK TEST,,,QB; You don't really nead to include the file QB.BI. --- * Origin: INTERACESS Montreal (QC) Canada (514) 528-1415 (1:167/280)
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