From: "Ernesto P. Adorio" Newsgroups: comp.os.msdos.djgpp Subject: using bcc2grx/grx22 Date: Fri, 25 Sep 1998 20:59:36 +0800 Organization: SKYinternet Philippines Lines: 24 Message-ID: <360B93B7.5DB61985@skyinet.net> NNTP-Posting-Host: P52.USR-MB02.QZN.SKYINET.NET 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 Precedence: bulk I have no problems running the demo programs of the bcc2grx and grx22 packages using make on the makefiles which come with these. The problem occurs when I try to put in a project file, under Rhide, say the arctest.c, alone. Here are the messages I got: Error: c:djgpp/bin\ld.exe: warning: cannot find entry symbol start; defaulting to 000010a8 Error: ../../temp/arctest.o: In function 'drawing': arctest.c(19) Error: undefined reference to 'GrFilledBox' arctest.c(21) Error: undefined reference to 'GrLine' .. etc. I have added the directories and other subdirectories of bcc2grx and grx22 to the Options-Directories in Rhide and made the suggested changes to djgpp.env but still it won't work. What are the equivalents of "graphics.h" and "graphics.lib" if you wish to incorporate bcc2grx and/or grx22 in your C/C++ programs under djgpp/ Rhide environment?