From: kunst AT prl DOT philips DOT nl Subject: Re: GUI? To: tarheit AT cse DOT utoledo DOT edu (Tim Arheit AKA Fool Boy) Date: Mon, 9 May 1994 15:30:45 +0100 (METDST) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (DJGPP users list) Tim Arheit (tarheit AT jupiter DOT cse DOT utoledo DOT edu) writes: > Is there, or has someone written a GUI for djgpp (text based is fine.)? > I know there is aewin but I'm looking for a bit more in the way of buttons/ > menus/& other gadgets. I've looked quite a bit but I haven't found anything > yet, so I though I'd ask if anyone knows of one before I think about > writing or porting one. > I have written some routines for menus+windows+input-boxes on top of the 'curses' routines. The obvious advantage is that programs using these can be run on Unix as well (which I need). The sources ('tuidemo') are included with PDCurses 2.1 (see below). A well-known "free" DOS based GUI is DFLAT. It is available on SIMTEL. I don't know if anyone has ported it to DJGPP. A commercial package is MEWEL from MAGMA. This library uses the Windows API. A DJGPP version is available. .^^^^^^^^ _____________________________________ | | / Pieter Kunst (P.J.) \ | _ _| / Philips Research Laboratories, \ .--(o)(o) / Building WY3, Prof. Holstlaan 4, \ |@ _) / 5656 AA Eindhoven, The Netherlands. | | ,___| / e-mail: kunst AT prl DOT philips DOT nl / | / \_______________________________________________/ /____\ =============================================================================== The latest PDCurses version is 2.1 and can be obtained from: site: ftp.gu.edu.au 132.234.1.1 files: /src/PDCurses/pdcurs21.zip To compile the whole library with your C compiler, you'll need a copy of DMAKE as well, which can be obtained from: site: plg.uwaterloo.ca (129.97.140.10) file: pub/dmake/dmake38-msdos-exe.zip I use the package with the DOS port of gcc ('DJGPP 1.11m5'). I have also versions running using Turbo C 3.0 and MSC 6.0. ===============================================================================