Re: PDS

 BBS: Inland Empire Archive
Date: 04-18-92 (22:08)             Number: 132
From: MICHAEL MALLEY               Refer#: NONE
  To: JIM MURPHY                    Recvd: NO  
Subj: Re: PDS                        Conf: (2) Quik_Bas
JM>I've just received my PDS package and have been playing
JM>with it...can't seem to get it to load up with a LIB called
JM>QB4BAS.  Sad, 'cause I use that LIB alot.  Anybody got any
JM>suggestions?  I get a "ERROR IN LOADING FILE - INVALID
JM>FORMAT" error.  I've tried extracting the library files I

BASIC routines that are in QLBs must be compiled with the following
options:
  /FPi, /Fs (if strings are used), and /Lr (the default)
If the QLB will be used with a module that needs to trap events, one of
the modules must contain at least one event trapping statement
(i.e. TIMER OFF).  See Chapter 19 in the programmer's guide.

- Michael

 * SLMR 2.1a * This space left unintentionally blank

--- Maximus 2.01wb
 * Origin: UltraTech - Nashville, TN  (615) 356-0453 {HST} (1:116/30)
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