Xref: news2.mv.net comp.os.msdos.djgpp:7935 From: pengzh AT ix DOT netcom DOT com (Peng Zhou) Newsgroups: comp.os.msdos.djgpp Subject: Re: Pb with BCC2GRX and GRX20 Date: Mon, 26 Aug 1996 16:06:56 GMT Organization: Netcom Lines: 58 Message-ID: <4vv6m4$kf2@sjx-ixn4.ix.netcom.com> References: <4vebri$abs AT laas DOT laas DOT fr> NNTP-Posting-Host: pas-ca5-10.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp poulard AT sojila DOT laas DOT fr (Herve Poulard,36A,6245) wrote: >Hello everybody, >I work with djgpp for a long time now, and I have developped >a lot of code. With V1, I used to developped some graphics >stuff with TC and to compile it with bcc2grx and grx. >I worked fine with v1 (using bcc2grx and grx). >Now I have just try to recompile with the V2 >(using the new version of bcc2grx and grx20) >but I got a link problem since several weeks. >Compilation is ok, but there is a link problem >fellipse.c ()......undefined reference GrPatternFilledEllipse() >I have search for a solution for a long time, but I have >no more idea. >Any suggestion ? >PS = I have recompile the BCC2GRX lib (libbcc2.a) and GRX20 lib >(grx20.a) and I link with -lbcc2 -lgrx20 -lm. >I get always the same problem. >What shall I do ? please. >Thanks in advances for response. >Remark = I have just test the last release (still in beta) >of RHIDE and It seems to be really a good stuff, >congratulation to the author. >May you please forward the responde by e-mail too, please. >Jusrt a last question : >Is there a specific driver for a Matrox millenium video card, >or should I use a standard vesa driver like vesavdr or vesa111 ? >+-----------------------------------------------------------------------+ >| Herve POULARD | E-mail: poulard AT laas DOT fr | >| Groupe M2I - LAAS / CNRS | URL: http://www.laas.fr/~poulard/ | >| 7 avenue du Colonel Roche | Phone: (+33) 61-33-69-51 | >| 31077 TOULOUSE - FRANCE | Fax: (+33) 61-33-62-08 | >+-----------------------------------------------------------------------+ >| ("`-/")_.-'"``-._ | >| . . `; -._ )-;-,_`) | >| (v_,)' _ )`-.\ ``-' | >| _.- _..-_/ / ((.' | >| ((,.-' ((,/ | >+-----------------------------------------------------------------------+ I've had the same problems, have you had the GRX20 library? I tried to compile the DEU(Doom Editing Utility) that's made for DJGPP, but failed since I get many of the same errors that told me linking found alot of unresolved externals. Mostly because the Grx20 library functions changed names or have been deleted. No way can you use V1 Grx library programs with Grx20 without some porting and working.