From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro and MikMod - Are they compatible ? Date: Fri, 24 Jan 1997 20:03:23 +0000 Organization: None Lines: 27 Distribution: world Message-ID: References: <5c5eje$cig AT shrike DOT depaul DOT edu> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Tom Markiewicz writes: >I've been trying to put allegro and mikmod together but I get some problems. >Allegro works fine by itself and so does mikmod. When I put the two together, >there seems to be some kind of conflict though. I have a feeling it might have >something to do with the timers but I'm kind of a newbe to pmode and djgpp so >I'm not sure. Is anyone successfully using allegro and mikmod? I know several people who are doing this. The only problem I'm aware of is that both libraries declare a SAMPLE structure. You can fix this with a search-replace through one of the libs to replace it with some other name, or probably just by using cpp to #define SAMPLE to something else in one of the headers. Or you can get mikalleg from x2ftp, in which Patrick Jenkins has already done the work for you. >Also, is there a port of allegro available for Linux yet? No. It's on my todo list, but fairly low down (getting Allegro 2.2 out the door, and implementing truecolor graphics modes, takes priority). It will happen at some point though - and even sooner if you have a few spare evenings and feel like doing some coding... :-) /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'. */