Date: Tue, 12 Aug 2003 09:03:24 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2561-Tue12Aug2003090324+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (duck@tdux.com) Subject: Re: graph.h References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "nonya" > Newsgroups: comp.os.msdos.djgpp > Date: Mon, 11 Aug 2003 15:13:28 -0400 > > The source is supposed to be for ms Visual c++. We don't have portability layer for MSVC. So you will have to see what graphics routines the code needs and write their emulation using what we have (which basically complies to Borland's C). As the first step, comment out the line that includes graph.h and see how far can you get in compiling and linking the result. Then solve the problems, if any, one by one.