GDI! Stoopid PDS libraries!

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

Moderators: Pete, Mods

Post Reply
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

GDI! Stoopid PDS libraries!

Post 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?
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post 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
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
Nodtveidt
Veteran
Posts: 826
Joined: Sun Jul 25, 2004 4:24 am
Location: Quebradillas, PR
Contact:

Post by Nodtveidt »

CALL ABSOLUTE is also included in the qb4.5 default library...nut just in Qbasic.
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

Oh? I never wanted to work for me lol...ever.
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
Macric
Coder
Posts: 34
Joined: Fri Mar 25, 2005 11:11 pm
Location: Mexico

Post 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
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

Post by Patz QuickBASIC Creations »

I do have QBX.LIB- it loads, but nothing happens...
QB.LIB is an invalid library for PDS... Wah-haha! :cry:
Post Reply