| | |
call absolute in QBasic
Please support our Legacy and Other Languages advertiser: Programming Forums - DaniWeb Sister Site
![]() |
What do I need to do if I get an error in QBasic saying and it doesn't work - or something like that. I don't have absolute to call?!? This is when I have been looking at other peoples code and then trying to run them. Help!
Thanks,
TP :o
call absolute
Thanks,
TP :o
•
•
Join Date: May 2004
Posts: 40
Reputation:
Solved Threads: 0
If you are using QB (QuickBasic), so often wrongly called Qbasic, then
Call Absolute (as well as Call Interrupt) are in the QB library QB.QLB
In that case, start QB with QB /L libraryname
(no library name is required for QB.QLB as it is the default)
If you are, in fact, using QBasic then Call absolute is there for you if you
use it correctly. The Assembly code needs to be in memory (stored in an
array is the easiest way) then use the array as the parameter for call absolute.
Call Absolute (as well as Call Interrupt) are in the QB library QB.QLB
In that case, start QB with QB /L libraryname
(no library name is required for QB.QLB as it is the default)
If you are, in fact, using QBasic then Call absolute is there for you if you
use it correctly. The Assembly code needs to be in memory (stored in an
array is the easiest way) then use the array as the parameter for call absolute.
![]() |
Similar Threads
- executing files (Python)
- File Not Found Exception (Java)
- DOS EXE patching / far calls / relocations (Assembly)
- Drive List Box Help Please for Error 68 (Visual Basic 4 / 5 / 6)
- Call Function (ASP.NET)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: QBasic opening notepad files
- Next Thread: Watch out - DOS batch commands ??
| Thread Tools | Search this Thread |





