X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 21 Jul 2004 06:14:53 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <3405-Wed21Jul2004061452+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <1090371877.40fdc12536e68@IMP.Lehigh.EDU> (message from Glenn Blank on Tue, 20 Jul 2004 21:04:37 -0400) Subject: Re: sound() function References: <7137-Tue20Jul2004073550+0300-eliz AT gnu DOT org> <20040720050354 DOT 16492 DOT 00000149 AT mb-m14 DOT aol DOT com> <6480-Tue20Jul2004221044+0300-eliz AT gnu DOT org> <1090364073 DOT 40fda2a984473 AT IMP DOT Lehigh DOT EDU> <1090371877 DOT 40fdc12536e68 AT IMP DOT Lehigh DOT EDU> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 20 Jul 2004 21:04:37 -0400 > From: Glenn Blank > > Some time ago we implemented a Note class using the sound() function > in pc.h, playing through the internal speaker. For some reason, it > no longer plays sound, on PC's with Windows XP installed. Any clues? Sorry, you are out of luck: `sound' works by writing to a certain port, and XP doesn't allow direct access to ports. So it cannot work on XP.