From: Bill Davidson Newsgroups: comp.os.msdos.djgpp Subject: Warning compiling bcc2grx Date: Sat, 14 Dec 1996 04:25:00 -0400 Organization: Auracom Internet Services Lines: 26 Message-ID: <58tnvl$399$3@thor.atcon.com> NNTP-Posting-Host: 199.45.83.87 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi: It's no biggy, but when compiling bcc2grx I got a warning compiling (I think) palette.c, to the effect of implicit declaration of _go32_dpmi_simulate_int The code fragment (@line 61 as I recall) was surrounded by #ifdef __GO32__ #include blah #endif I also added near the start of the file #ifdef __DJGPP__ #include #endif just to be sure. However the compilation produced the same warning. Any ideas why? -- +---------------------------------------+ | Bill Davidson | | bdavidson AT ra DOT isisnet DOT com | | http://www.isisnet.com/bdavidson/ | +---------------------------------------+