Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Call absolute
#1
i was tryong to reboot my comp using
http://faq.qbasicnews.com/?blast=RebootPc
but i keeped getting subprogram not defined. on the CALL ABSOLUTE(0) line. help?
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#2
You need to include qb.bi

REM $INCLUDE: 'qb.bi'

and run qb with the command line options:
C:\qb45>qb filename.bas /L

notice the C:\qb45> is to show you I'm going in from the command prompt.
am an asshole. Get used to it.
Reply
#3
Quote:You need to include qb.bi

REM $INCLUDE: 'qb.bi'

and run qb with the command line options:
C:\qb45>qb filename.bas /L

notice the C:\qb45> is to show you I'm going in from the command prompt.
i understand the first part but not the second
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#4
Open up your command.com (or make a BAT file) and navigate to the directory you have QB in, then type
QB /L

so it loads the library that has absolute in it.
am an asshole. Get used to it.
Reply
#5
Just do a right click on your QB.EXE and then click on "Properties" (with left, of course).
Then you go to the tab "Program" where you'll find an input field called command line or so.
There you can see the path of your QB.EXE, like "C:\QB\QB.EXE".
The only thing you have to do is to add a " /L" behind the path.
B 4 EVER
Reply
#6
Don't fear the command line. QB should be started from the command line and in full screen. It is a DOS program.
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply
#7
When running in a window, you'll suffer from severe speed problems. At least I do :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)