Message-ID: Date: Mon, 28 Apr 1997 02:27:24 From: "Guan Foo Wah" To: djgpp AT delorie DOT com Subject: Compiling Allegro 2.2 with Mikmod Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Mikalleg with Allegro 2.2 is not available yet on the internet but you can do one by yourself. Thanks to Shawn Hargreaves, I manage to make one by myself. If you have noticed, there is a SAMPLE structure in ALLEGRO and MIKMOD. If you include ALLEGRO.H and MIKMOD.H in to your source code, you you get an compiling error. You need to modify one of the SAMPLE structure to another name. First, you need to have allegro 2.2 and mikmod. Unzip both if you haven't. Change all the SAMPLE structures to ASAMPLE (or to any other name if you don't like this) in ALLEGRO.H or MIKMOD.H. Add "#define SAMPLE ASAMPLE" to that file. Then compile both. After compiling, delete the line "#define SAMPLE ASAMPLE" from that file. By now, you should have mikalleg with allegro 2.2. If there is any problems, I can be reached at jgfw AT usa DOT net