Date: Wed, 4 Oct 2000 16:26:43 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Fab Jv cc: djgpp AT delorie DOT com Subject: Re: X-Window system for DJGPP In-Reply-To: <8rfbji$rlu$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 4 Oct 2000, Fab Jv wrote: > Is it exist a free X-Window system graphic library (with the same > C library functions of X11R4 of UNIX systems) > that i can use by linking with gcc (of DJGPP) > on MSDOS or on WINDOWS95 ? No. There was an old port of Xlib to DJGPP v1.x (the URL where you can find it is in section 22.4 of the DJGPP FAQ list). But this version cannot be easily ported to current versions of DJGPP, because it used techniques some of which cannot work in the DPMI environment. So making it work is not a trivial job. Several people posted here in the past URLs of projects that aspired to make a DJGPP port of Xlib (search the news groups archives for those messages at http://www.delorie.com/djgpp/mail-archives/), but AFAIK, no one produced such a port yet. Feel free to make it happen, though: I think it would be an important contribution to the DJGPP project.