
QB 4.5 Call Absolute Problem
To use CALL ABSOLUTE or CALL INTERRUPT in a QuickBasic 4.5 program, you must
start up QB using the command line variable /l. In DOS this would look
something like this:
c:\> qb /l
If you are running Windows 95 <shutter> and you are really lazy and don't
want to open up a DOS window every time you want to run QB with the /l
extention, then just make a batch file. The batch file should look
something like this:
qb /l
I hope this helps you out a little.
Quote:
>I'm having a problem running QuickBasic 4.5 (dated 09-28-88)
>When I try to RUN a program that includes a CALL ABSOLUTE or CALL INTERRUPT
>I get a "Subprogram not defined" error. Is there a library I'm not loading
>or something? I'm starting QB with "QB" only.
>Thanks in advance.
>John DeRosia