Reply-To: From: "Arthur" To: "DJGPP Mailing List" , Subject: RE: RHIDE and Allegro Date: Sun, 30 Aug 1998 12:32:15 +0100 Message-ID: <000101bdd409$d65c2880$284d08c3@arthur> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Importance: Normal In-Reply-To: <587d2995.35e8ca8e@aol.com>> Precedence: bulk > I finally got my first c++ program working in RHIDE!!! Now i downloaded the > the Allegro game library, and i tried to complie thier examples and thier > demo, but got SOOO many erros i cant list them here. What am i suppose to do > to get allegro to work with RHIDE? Thanks Don't compile Allegro with RHIDE. In the Allegro directory there is a file called MAKEFILE. This means that if you go to that directory in DOS prompt and type MAKE, Allegro will be compiled. Note that Allegro doesn't come with the game library pre-compiled. To compile an Allegro program, you need to link it with liballeg.a (using -lalleg). However if this file does not exist, you have problems. The makefile takes all the source files and compiles them into the library, then compiles all the example programs. James Arthur jaa AT arfa DOT clara DOT net ICQ#15054819