From: "Rafał Maj" Newsgroups: comp.os.msdos.djgpp Subject: RE : (none) Date: Wed, 23 Aug 2000 13:01:02 +0200 Organization: Academic Computer Center CYFRONET AGH Lines: 28 Message-ID: <8o0aqj$ot3$1@info.cyf-kr.edu.pl> References: <20000822125153 DOT 27016 DOT qmail AT web1001 DOT mail DOT yahoo DOT com> NNTP-Posting-Host: d-94-53-21.cyfronet.krakow.pl X-Trace: info.cyf-kr.edu.pl 967028371 25507 149.156.1.181 (23 Aug 2000 10:59:31 GMT) X-Complaints-To: news AT cyf-kr DOT edu DOT pl NNTP-Posting-Date: 23 Aug 2000 10:59:31 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com akshay dayal wrote> [...] > i wanted to look at a few examples, but whenever i tried > to compile any examples it would say "error: allegro.h > no such file or directory" .. or somethin like that > .. i figure we gotta add the libraries we're using in > the libraries option under "options" ... but what is > the name of the lirary exactly? could u please send me > some documentation of this or tell the the address to > go to? thanks a lot for the help! To use Allegro library You need to go to option : Options -> libraries and add library named : alleg Don't forget to check the check-box next to library name It will look like this : +-[_]--------- Libraries --- ¦ [X] 0 alleg ¦ [ ] 1 ¦ [ ] 2 ¦ [ ] 3 Rafal