Page 1 of 1

Mouse code problem

Posted: Tue Aug 31, 2004 10:03 am
by Guest
:x :cry: :( I typed in the Qbasic code required to get the mouse to work but it get stack at : CALL Absolute.....
When I try to run it it (the computer) claims that the SUB program is not defined. What should I do :?:

Posted: Tue Aug 31, 2004 12:50 pm
by Z!re
Start QB from the commandline like this:

If using QB45:
QB /LQB


If Using PDS71:
QBX /LQBX

Posted: Wed Sep 01, 2004 7:30 am
by Anonymous
If using Windows:
- Right click QB.EXE
- Click Properties
- Click Program Tab
- Goto field 'Command Line'
- Add '/L' after QB.EXE (don't forget a space).

;)