Replies: 1 comment
-
DOS is not multi-user or multi-tasking system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found this code years ago on a copied CD-ROM.
This code works very well and does what it is supposed to do. If I compile it, then the resulting exe can be used. Then I just do, for example, "sound.exe tataa.wav" and it plays the wav cleanly.
Now I would like to not have to assign the file externally, but rather specify in the code which file it should play. Now, I think, comes the crux of the matter. It should be played in the background, for example while I open a text menu at the same time.
If I change it so that it plays the sound file for me as it would normally do, it first plays the file completely before building up the text.
Conclusion: both should happen in parallel.
Would something like this be possible?
Mind you, I'm in MS-DOS, 16-BIT instruction set, OpenWatCom 2.0.
If anyone can provide any help here or even more, I would be very grateful.
Beta Was this translation helpful? Give feedback.
All reactions