Message-ID: <36E47B76.B6513D2C@lycosmail.com> Date: Mon, 08 Mar 1999 20:37:58 -0500 From: Adam Schrotenboer X-Mailer: Mozilla 4.5 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com, pepete Subject: Re: From Spain Help me References: <36DCDC9B DOT 8D628EAC AT arrakis DOT es> Content-Type: text/plain; charset=iso-8859-1 X-MIME-Autoconverted: from 8bit to quoted-printable by oak.oakland.edu id TAA15230 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id TAA18178 Reply-To: djgpp AT delorie DOT com I have a guess that you are trying to port a program from either MS C++ or Borland C++. First, I should tell you that, AFAIK, there is no C/C++ graphics cross platform or development environment standard. The good news is that if it is Borland, there is an interface(?)/wrapper(?) that can be used to use Borland gfx fxns w/ GRX. Mind you, GRX 2.3, the newest version is more or less in beta, and is not maintained very constantly. Second, IMHO, it sucks. Allegro is much more flexible. When I started w/ DJGPP, I saw two choices, GRX or allegro. Being used to the Borland syntax, I was intending to use BCC2GRX (the wrapper/interface I was referring to up above). However, i had never liked the gfx init routine, and it looked even worse w/ GRX. So, I decided to use Allegro. W/ MS C++, I can't help you as much, except to say that you either need to learn GRX or Allegro, xref to above paragraph. pepete wrote: > Dear Sir.:I would like to develop programs > including headers files as graphics.h or graph.h > with DJGPP and RHIDE. > These headers files are not in DJGPP ¿Why? > What I do? Please help me. > Thanks !