Page 1 of 1
GDI! Stoopid PDS libraries!
Posted: Sat Aug 06, 2005 5:43 pm
by Patz QuickBASIC Creations
Does ANYONE out there have a library with ONLY the CALL ABSOLUTE, CALL INTERRUPT, and CALL INTERRUPTX functions? For PDS? A rare find, indeed. I CAN'T FIND ONE ANYWHERE!!! Can you help me?
Posted: Sat Aug 06, 2005 7:23 pm
by MystikShadows
Hi PBQC
CALL Absolute doesn't exist in the PDS nor does it exist in any other QB Compiler...it's a QBasic only thing.
Call Interrupt and Call InterruptX do exist you just need to include the file "QBX.BI" to be able to compile them with your EXE.
if you want to use them from the IDE you need to load your PDS (QBX.EXE) like so:
QBX /L QBX.QLB and you'll be able to use CALL Interrupt and CALL IneterruptX directly.
Hope this helps
Posted: Sat Aug 06, 2005 8:06 pm
by Nodtveidt
CALL ABSOLUTE is also included in the qb4.5 default library...nut just in Qbasic.
Posted: Sat Aug 06, 2005 8:34 pm
by MystikShadows
Oh? I never wanted to work for me lol...ever.
Posted: Sun Aug 07, 2005 7:18 am
by Macric
QBX also have CALL ABSOLUTE, please see the HELP, i think PQBC only needS to remember how to load the QBX
QBX PROG.BAS /L
Posted: Tue Aug 09, 2005 5:32 pm
by Patz QuickBASIC Creations
I do have QBX.LIB- it loads, but nothing happens...
QB.LIB is an invalid library for PDS... Wah-haha!
