From: "Tony O'Bryan" Newsgroups: comp.os.msdos.djgpp Subject: Re: Image & Sound Date: Tue, 30 Dec 1997 09:11:09 -0600 Organization: Southwest Missouri State University Lines: 14 Message-ID: <34A90F0D.73E0@nic.smsu.edu> References: <199712301340 DOT PAA23345 AT tag DOT starnets DOT ro> Reply-To: aho450s AT nic DOT smsu DOT edu NNTP-Posting-Host: sara.a45.smsu.edu 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 Korenschi Francisc Eduard wrote: > Could anyone tell me where can I find some sources for diplaying various > Graphic format and playing different sort of sounds ? The Allegro game library reads Windows BMP, PCX, and True Vision Targa (TGA), plays WAV files and a couple other sound formats, and comes complete with source code. You can get the latest version from the author's home page at: http://www.talula.demon.co.uk/allegro/ There are other DJGPP graphics libraries, but I don't use them so I can't give you direct pointers to them.