From: "Chia" Newsgroups: comp.os.msdos.djgpp Subject: Libraries At Last! Date: Sun, 29 Nov 1998 16:17:51 -0600 Organization: 404 Software Lines: 28 Message-ID: <73sgu9$61v@nnrp3.farm.idt.net> NNTP-Posting-Host: flex-14.top.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.0810.800 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks to everyone who's helped me out on this. The library actually _works_ and programs compile with it! Still, I have a question... The allegro library has only one file (allegro.h) in the djgpp/include directory. My library has ended up with the main header (jgui.h) in the djgpp/include directory, but I also had to include all my class headers in a djgpp/include/jgui directory in order to get it to recognize everything. I'm content to leave it this way since it's working and all, but it'd be better if I could do without the additional headers in the main directory. Looking at the allegro header, it seems that all of the prototypes and class interfaces are right there, but is there a way to leave the interfaces in my headers and only have the one file in the main directory, or do I have to leave the extra directory there? Thanks! Jared [ chia AT top DOT net ] [ jared AT underdark DOT net ] [ ab031 AT thor DOT unomaha DOT edu ]