Re: sound()
- Posted by Ray Smith <smithr at IX.NET.AU> Nov 20, 2000
- 413 views
Hi Aku, The sound command is for DOS32 only. Any command with the word DOS32 in the manual means it only works in DOS. Look into the PlaySound API routine in Windows. Win32Lib wraps the playSound function if you use Win32Lib. Just as a note the Win32 API does not conatin a sound equivalent. I "think" from NT4 onwards there is one, but don't quote me. Ray Smith >Is it possible to make sound from the PC speaker >by using sound() in WIN32? Besause in my machine it doesn't work.