Mail Archives: djgpp/1999/06/25/04:05:58
From: | "Sean Estey" <estey AT telusplanet DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
References: | <37730D99 DOT 55368E1B AT quebectel DOT com>
|
Subject: | Re: Allegro problem!!
|
Lines: | 17
|
X-Newsreader: | Microsoft Outlook Express 4.72.3110.5
|
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3110.3
|
Message-ID: | <eUFc3.305$k3.18998@news0.telusplanet.net>
|
Date: | Fri, 25 Jun 1999 07:06:50 GMT
|
NNTP-Posting-Host: | 161.184.198.87
|
X-Trace: | news0.telusplanet.net 930294410 161.184.198.87 (Fri, 25 Jun 1999 01:06:50 MDT)
|
NNTP-Posting-Date: | Fri, 25 Jun 1999 01:06:50 MDT
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Make sure that in your source file you have "#include <allegro.h>" before
main(). Also, be sure that you have liballeg.a installed in your djgpp/lib
dir. If you do not have this file in your allegro dir, you must run
MAKE.EXE to create it. Open a DOS prompt, change to your allegro dir, then
type "make" (without the apostrophes of course). Another possibility is
that in RHIDE, (is you are using it), is that you didn't configure the
allegro in your Options->libraries. Type "alleg", then click the checkbox
to do this.
MentalRay wrote in message <37730D99 DOT 55368E1B AT quebectel DOT com>...
>Hi, I'm trying to use Allegro. When it's time to link the
>application, it said that every Allegro commands (like allegro_init())
>can't be find... my allegro.h is in the right directory... what's the
>problem?!?
>
- Raw text -