Newsgroups: comp.os.msdos.djgpp From: Abraham John Kannankeril Subject: Graphics not working Sender: news AT serval DOT net DOT wsu DOT edu (News) Message-ID: <3336E49C.1AB8@wsunix.wsu.edu> Date: Mon, 24 Mar 1997 20:31:24 GMT Reply-To: joji AT wsunix DOT wsu DOT edu Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Organization: Washington State University Lines: 26 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Eli Zaretskii wrote: > > On Thu, 20 Mar 1997, Abraham John Kannankeril wrote: > > > > Did you add -lbcc2 to your link command line? You should put it > > > *after* all your source/object files but *before* -lgrx20. If you > > > fail to mention -lbcc2, the linker doesn't search the BCC2GRX library, > > > and you get undefined references. > > > > > > If the above doesn't help, post the exact command line that you use to > > > compile/link your program. > > > > > > We added bcc2 and grx20 using Options,Libraries in RHIDE. The command > > line shows both of them. No errors were encountered. The program however > > does not give any output. Do we need to add more settings? > > No, you should debug your program. Since it compiled and linked OK, > there probably is some bug in it that prevents it from working. When we tried running the program using 'Step over' and it gave an error message 'Could not find the source file graph1.cc'. We have specified the source, include, libraries's directroies. Arti & Abraham