From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help initgraph() etc. Date: Sat, 22 Feb 1997 02:20:33 -0800 Organization: Two pounds of chaos and a pinch of salt Lines: 24 Message-ID: <330EC871.2B73@cs.com> References: Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp107.cs.com 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 Richard Lawrence wrote: > > I'm having a problem with using BCC2GRX to convert Borland Turbo C++ > graphics commands. I have used the #include and the programs > compile fine but I get errors running the linker which does not seem to > find the bcc functions and reports errors for every function used. I > have put libbcc2.a in the default lib direc. and libbcc.h in the default > include direc., but to no avail. The GRX20 .h and .a files are also > present in the same direcs. Make sure that you are actually telling RHIDE to link the library! Go to Options|Libraries and add "bcc" to the list of libraries to link in. (the DJGPP linker automatically expands this to bcc<.a>) If this doesn't seem to be the problem, add '-v' to the compiler switches and post RHIDE's capture of the compilation errors. -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com | | Call me for your free AOL disk! | http://www.cs.com/fighteer | | Chain letters, work-at-home schemes, free long distance, etc., | | are ILLEGAL! Keep the Internet litter-free... don't SPAM. | ---------------------------------------------------------------------