Message-ID: From: George Kinney To: "'djgpp AT delorie DOT com'" Subject: Re: graphics Date: Tue, 5 Oct 1999 10:43:38 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com >i have source code that requires graphics.h and i djgpp there is no >grahics.h file what do i do ? This sounds like Borland code to me. Probably written to use BGI and the like. Basically, you are looking at porting this code to a different graphics library, like Allegro or GRX. This could be a nightmare piece of work, or it could be a couple minutes of cut and paste, depending on the original source. Good luck.