qbasicking
Programmer
I can't figure out why Future Library doesn't run
this is the command line I use to run QBasic
C:\Qb\QB.EXE /AH /L c:\card3\future
This is the program:
REM $INCLUDE: 'C:\CARD3\FUTURE.BI'
IF IsVESA = -1 THEN
Set800x600 15
ELSE
PRINT "VESA not supported": SLEEP 1: END
END IF
IF Pages < 12 THEN
PRINT "Not enough video memory to run Cardinal III": SLEEP 1: END
END IF
It doesn't recognize any of the functions or subs from future library, what is wrong with it?
this is the command line I use to run QBasic
C:\Qb\QB.EXE /AH /L c:\card3\future
This is the program:
REM $INCLUDE: 'C:\CARD3\FUTURE.BI'
IF IsVESA = -1 THEN
Set800x600 15
ELSE
PRINT "VESA not supported": SLEEP 1: END
END IF
IF Pages < 12 THEN
PRINT "Not enough video memory to run Cardinal III": SLEEP 1: END
END IF
It doesn't recognize any of the functions or subs from future library, what is wrong with it?