Re: BELL
- Posted by Irv Mullins <irv at ELLIJAY.COM> Feb 02, 2000
- 616 views
On Wed, 02 Feb 2000, you wrote:
> >%_Your dos programmes can make sound by using sound(pitch) to turn it on, and
> >sound(0) to turn it off. As for win32 and linux, I dont know
if platform() = WIN32 then
-- call system Beep routine
err = c_func(Beep, {0,0}) -- from library.doc
Not on Linux - the sound, like the SVGA and all other hardware, is off-limits
to a normal program(er) for security reasons.
Irv

