Date: Tue, 26 Sep 2000 09:07:37 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9743-Tue26Sep2000090737+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5h In-reply-to: <0uivss0rdic5o754ibhrrgn9kkl8khoepi@4ax.com> (message from Damian Yerrick on Mon, 25 Sep 2000 22:04:50 GMT) Subject: Re: How to ring tge bell? References: <39CD00B8 DOT 9CD51E2 AT lps DOT u-psud DOT fr> <8qj18f$ld9$1 AT uranium DOT btinternet DOT com> <83ya0i93b4 DOT fsf AT mercury DOT st DOT hmc DOT edu> <8qn2ka$ftp44$1 AT ID-43526 DOT news DOT cis DOT dfn DOT de> <0uivss0rdic5o754ibhrrgn9kkl8khoepi AT 4ax DOT com> 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 > From: Damian Yerrick > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 25 Sep 2000 22:04:50 GMT > > >This reminds me of a problem I have with "sound". On one machine running Win > >NT "sound" behaves very much like "nosound" the first time it is called > >after the program was started, i. e. the first call of "sound" doesn't > >produce any sound. Only the second, third, and so on do. Has anyone else > >experienced this? Is it a hardware or NT problem? > > Remember: NT. VDM. Has. Bugs. > > int main() > { > sound(); nosound(); /* work around an nt4 bug */ > ... > } Perhaps you (or someone else) could introduce a work-around along these lines into `sound' and send in the patches. (Please be sure to test it on NT, if you decide to do this.) Thanks!