Mouse code problem

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!
Post Reply
Guest

Mouse code problem

Post 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 :?:
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

Start QB from the commandline like this:

If using QB45:
QB /LQB


If Using PDS71:
QBX /LQBX
Anonymous

Post 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).

;)
Post Reply