Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
danielsmusic said:i have written a program that can beep out any text (A to zero) in mouse code and would like to share it, i don't mind what you do with i. it won't sell for much but if you want, to go ahead.
Hmm, seems like it doesn't work with CAPITAL letters :lol:
danielsmusic said:yea i didn't protect against bugs, so if you put a invalid charicter in it will just bring that error msg that windows xp brings up.
danielsmusic said:i have written a program that can beep out any text (A to zero) in mouse code
Someone Electro said:That depends on your motherbard(Becose the circuit that drives the internal speaker in there.).My make soft and easy to listen to beeps.Whith some Sqick realy high pitch noises.Mostly old PCs make such sqiling sounds.
That program is a Win32 console application, it wouldn't run under pure DOS! :twisted:Nigel Goodwin said:Someone Electro said:That depends on your motherbard(Becose the circuit that drives the internal speaker in there.).My make soft and easy to listen to beeps.Whith some Sqick realy high pitch noises.Mostly old PCs make such sqiling sounds.
Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
Jay.slovak said:That program is a Win32 console application, it wouldn't run under pure DOS! :twisted:Nigel Goodwin said:Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
If you compile it in DOS compiler then yes. But he said he used Visual Studio and that makes it WIN32 application even if it isn't using Win GUI.Nigel Goodwin said:Jay.slovak said:That program is a Win32 console application, it wouldn't run under pure DOS! :twisted:Nigel Goodwin said:Which again points to the fact it's a DOS program, and not a Windows one. If it was a Windows program you'd use the soundcard, not the motherboard beeper.
No, I know it wouldn't, but it's not a Windows program either! - but presumably it would compile under DOS and run?.
This program cannot be run in DOS mode.
Jay.slovak said:If you doubt me, read this. It's a part of header of that program:
Code:This program cannot be run in DOS mode.
:twisted:
Yes, it's using old DOS interface....Nigel Goodwin said:Jay.slovak said:If you doubt me, read this. It's a part of header of that program:
Code:This program cannot be run in DOS mode.
:twisted:
I don't doubt you, in fact just above I said that I know it can't run under DOS - but it's not really a Windows application either - just a Windows 'bodge' of a DOS program.