From: Peter Wang Newsgroups: comp.os.msdos.djgpp Subject: Re: GUI based on DJGPP and Allegro Date: Tue, 16 Mar 1999 17:36:05 +1100 Organization: Alphalink Lines: 23 Message-ID: <36EDFBD5.4045497F@psynet.net> References: <7ckki6$ats$1 AT hermes DOT louisville DOT edu> NNTP-Posting-Host: ppp04-5-melbourne.alphalink.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.alphalink.com.au 921605644 20159 202.161.96.131 (16 Mar 1999 17:34:04 GMT) X-Complaints-To: usenet AT news DOT alphalink DOT com DOT au NNTP-Posting-Date: 16 Mar 1999 17:34:04 GMT X-Mailer: Mozilla 4.06 [en] (Win98; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Tola wrote: > > Is anybody working on a GUI (X-windows like environment) based DJGPP for > dos? > I tried using Xlib, but it does not compile with DJGPP 2.01 and higher. The > binaries also keep requesting for go32 v1 (DJGPP 2.01 comes with go32 v2). > Is it possible to load and unload modules using DJGPP? > You might want to check out something that I was working on: The Paw. It's a graphical shell for DOS, supporting its own type of `executable' format. These are actually just DLXs, with a few special symbols. It uses Allegro for the input/graphics/sound/etc. http://www.psynet.net/tjaden/ or more directly: http://www.alphalink.com.au/~tjaden/thepaw/ (Beware: it doesn't like being compiled with gcc/gpp 2.8.0+) Peter