X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: deleveld AT dds DOT nl (Doug Eleveld) Newsgroups: comp.os.msdos.djgpp Subject: Re: Looking for Simple, Complete and Standalone GUI/TUI Library for DJGPP Date: 29 Jun 2004 13:29:14 -0700 Organization: http://groups.google.com Lines: 21 Message-ID: References: <354933d6 DOT 0406282206 DOT 1384ac2b AT posting DOT google DOT com> <40e154a6 AT news DOT upm DOT es> NNTP-Posting-Host: 217.121.250.31 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1088540955 626 127.0.0.1 (29 Jun 2004 20:29:15 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Tue, 29 Jun 2004 20:29:15 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Manuel Collado wrote: > Last year I've started to develop a really simple TUI library on myself. > It's somehow useable, but certaily unfinished. Written in C++. > > The library is based mainly on conio (for screen management), and some > individual functions in the DJGPP version of libc (for a directory > selection dialog). If there is some interest on it, I could (hopefully) > revise it and make a public release. > > The simple TUI imposes a lot of restrictions on screen layout and dialog > model, but has been developed to be simple and easy to use. I wrote it > as part of an attempt to develop a simple DJGPP global installer. > > Anyone interested? I am intetested. I'm working on a gui myself and am looking into interesting ways of doing things. You dont have to make it a full package, just the source is fine. If you want I can trade the source for my work-in-progress gui. Doug Eleveld