From: "Justin White" Newsgroups: comp.os.msdos.djgpp Subject: implicit declaration error using allegro Lines: 19 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: <232U3.25$t8.29@testbox> Date: Wed, 3 Nov 1999 16:43:37 -0500 NNTP-Posting-Host: 129.63.198.106 X-Trace: testbox 941665598 129.63.198.106 (Wed, 03 Nov 1999 16:46:38 EDT) NNTP-Posting-Date: Wed, 03 Nov 1999 16:46:38 EDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com when compiling a .cpp file with the init_allegro() function in it, gcc gives me the error "implicit declaration of function 'int init_allegro(...)'". what exactly does this mean? i've compiled the libraries and have them linked into the main .cpp file. all the test programs work fine. i'm using DFE95 3.2 as an IDE, but i also get this error if i export to a makefile and run make seperately DJGPP 2 GCC 2.951 GPP 2.951 Allegro 3.12 Thanx for any help -Justin White