Date: Sun, 23 Mar 1997 14:38:14 +0300 (IDT) From: Eli Zaretskii To: Abraham John Kannankeril cc: djgpp AT delorie DOT com Subject: Re: Graphics not working In-Reply-To: <3331C9E7.70B0@wsunix.wsu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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.