From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: play a wav file Date: Thu, 30 Jul 1998 23:04:53 -0400 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 15 Message-ID: <35C13455.1AE2@cam.org> References: <35C13498 DOT AEA0151C AT bellsouth DOT net> NNTP-Posting-Host: dialup-394.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Lester Davis wrote: > > I'm trying to play a wav file with an old sound blaster card. I see that > ex17 in the examples directory that came with the compiler should do > this, but I get a boatload of errors when I try to compile, stuff like > "install_keyboard" not found. Allegro.h is in the example directory, > what else am I missing, or does someone know an easier way of playing a > wav file. you seem to be confused... example 17 doesn't come with the compiler, it's an allegro thingie. allegro.h should not be in the examples directory, it should be in djgpp/include/ did you compile the allegro library? did you link it with the example? how are you trying to compile this, manually or with the makefile?