sandmann999
Programmer
Hi everyone,
I've been programming in QBasic for probably 20 years (as a hobby only), but this is the first time I've ever ventured into using graphics and sound libraries.
The two that seemed to work well for me are DirectQB and DS4QB (direct sound for QBasic).
The only problem I'm running into is that to use DirectQB, you have to put a /ldqb in the command line after QB.exe. When in this mode, it does not recognize the CALL ABSOLUTE command.
As most know, to use the CALL ABSOLUTE command, you need a /l after QB.exe and DS4QB uses CALL ABSOLUTE to run.
How do I get both to run at the same time? Any ideas? I've tried putting both on the command line (Qb.exe /l /ldqb) but it won't accept more than one.
Any ideas?
(Secondly, I'd use both the sound and graphics options that come with DirectQB and be done with it, but DirectQB only plays sound smaller than 64kb, whereas DS4QB can play entire MP3 files.)
Thanks.
I've been programming in QBasic for probably 20 years (as a hobby only), but this is the first time I've ever ventured into using graphics and sound libraries.
The two that seemed to work well for me are DirectQB and DS4QB (direct sound for QBasic).
The only problem I'm running into is that to use DirectQB, you have to put a /ldqb in the command line after QB.exe. When in this mode, it does not recognize the CALL ABSOLUTE command.
As most know, to use the CALL ABSOLUTE command, you need a /l after QB.exe and DS4QB uses CALL ABSOLUTE to run.
How do I get both to run at the same time? Any ideas? I've tried putting both on the command line (Qb.exe /l /ldqb) but it won't accept more than one.
Any ideas?
(Secondly, I'd use both the sound and graphics options that come with DirectQB and be done with it, but DirectQB only plays sound smaller than 64kb, whereas DS4QB can play entire MP3 files.)
Thanks.