X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 29 Jun 2004 13:38:08 +0200 From: Manuel Collado User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Looking for Simple, Complete and Standalone GUI/TUI Library for DJGPP References: <354933d6 DOT 0406282206 DOT 1384ac2b AT posting DOT google DOT com> In-Reply-To: <354933d6.0406282206.1384ac2b@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 138.100.10.20 Message-ID: <40e154a6@news.upm.es> X-Trace: 29 Jun 2004 13:38:14 +0100, 138.100.10.20 Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Goh, Yong Kwang wrote: > Hi. > > I'm currently looking for a relatively complete and easy to implement > GUI/TUI library to spice up my application. > > What I'm looking for in the library is: > - simplicity > - standalone > ... 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? -- To reply by e-mail, please remove the extra dot in the given address: m.collado -> mcollado