From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: Sound library: Use Allegro Setup. Date: Tue, 31 Aug 1999 00:17:34 -0500 Organization: Rose-Hulman Institute of Technology Lines: 36 Message-ID: <7qfojk$g4m$1@solomon.cs.rose-hulman.edu> References: <935993089 DOT 351688 AT ridge DOT spiritone DOT com> NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 936076724 16534 137.112.205.227 (31 Aug 1999 05:18:44 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 31 Aug 1999 05:18:44 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Keith McCormick wrote in message news:935993089 DOT 351688 AT ridge DOT spiritone DOT com... > Could someone point me to a good sound library. I tried to > use Allegro but the programs produce GPF's or crash my > computer entirely. I tried to use symify on a few of the programs > and all that came back was someting like > '___crt0_startup_0+145'. I can compile programs w/o > Allegro and everything works but I don't have sound. On several computers and sound cards, the runtime autodetector doesn't work properly. Try Allegro Setup. This program tells Allegro which sound card and joystick you are using. Download the source from the Allegro site; it installs to c:\djgpp\allegro\setup\setup.exe. Download a binary from Damian Yerrick's download page at http://come.to/yerrick > Could it be the soundcard I am using? It is an Aureal Vortex1 that is a PCI > soundcard and only emulates a SoundBlasterPro. I really don't see this as a > problem though because commercial DOS programs (ie. doom, heretic, hexen) > work just fine. You ran their setup programs and told them you have a Sound Blaster Pro. > I don't know what else it could be though. My laptop's MagicWave also emulates a Sound Blaster Pro. When I used Allegro Setup, it worked fine with both MIDI and wave sound. > KeithM