Date: Sat, 01 Feb 2003 12:57:32 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Sat01Feb2003125732+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3d3876f9$0$8380$9b622d9e@news.freenet.de> (deckerben@freenet.de) Subject: Re: Discontinuing build attempt on LibXemu References: <3d3876f9$0$8380$9b622d9e AT news DOT freenet DOT de> 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: "deckerben" > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 19 Jul 2002 22:33:43 +0200 > > At the heart of libXemu is the GRX (v1!) graphics engine. All calls to this > libary are, naturally in GRX 1 style and apparently very different from v2. DJGPP v1.x had special hooks in its DOS extender (go32.exe) for GRX's sake. With DJGPP v2.x, the DOS extender is gone, so the functionality that relied on those hooks needs to be reimplemented in some other way. > Unfortunately, I do not have the time to sit and work out the GRX V1->V2 > command matrix. > This is probably the greatest hurdle, and I just don't have that kind of > time. It's sad that you must abandon this project, but thanks anyway for working on it.