From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Re: Some Allegro questions (Shawn?) Date: Mon, 03 Mar 1997 14:27:18 GMT Organization: Southwest Missouri State University Lines: 13 Message-ID: <331adef7.4236429@ursa.smsu.edu> References: <5fdsds$p42 AT freenet-news DOT carleton DOT ca> NNTP-Posting-Host: forseti.i13.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On 3 Mar 1997 06:51:40 GMT, ao950 AT FreeNet DOT Carleton DOT CA (Paul Derbyshire) wrote: > source and ran Make. GCC was called, and five seconds into the compile a > bunch of queer repeating and *LOUD* sound effects started coming from my SB! > It has happened a total of 3 times now. All 3 times after an allegro > program a) used sound and b) never got to allegro_exit. You must remove Allegro's sound driver before your program terminates. If it crashes without removing the sound driver [via allegro_exit() or remove_sound()], you will probably get really bad noise from your SB when you try to run other programs or even just do something from DOS. I do all my DJGPP programming from Win95, so I just kill the DOS box and start a new one when my program crashes without removing the sound driver.