X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: gohyongkwang AT hotmail DOT com (Goh, Yong Kwang) Newsgroups: comp.os.msdos.djgpp Subject: Re: Looking for Simple, Complete and Standalone GUI/TUI Library for DJGPP Date: 30 Jun 2004 22:09:06 -0700 Organization: http://groups.google.com Lines: 64 Message-ID: <354933d6.0406302109.76c7f7df@posting.google.com> References: <20040630073057.LVEV14346.fep15@[212.117.129.234]> NNTP-Posting-Host: 137.132.3.9 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1088658581 29020 127.0.0.1 (1 Jul 2004 05:09:41 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 1 Jul 2004 05:09:41 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com It is indeed heartening that there are still a lot of developers who are still actively programming libraries, extensions, add-on packages for DJGPP; DJGPP as a project is still pretty much alive and kicking! My friends were looking at me in disbelief when they knew I was still learning and programming on DOS! DOS is still a great platform to learn and experiment with low-level programming stuff; 32-bit protected OSes are going to shield everything and provide an emulation layer. For the benefits of all DJGPP users, why don't we inform Delorie of our libraries so that he can update his links on his www.delorie.com/djgpp site and other users can also browse the libraries as well? In addition, as I've already mentioned, the "Files on other Sites" page is badly outdated; project sites have either shifted to other URLs, or projects have been abandoned and shut down. Hope we can have a nice section like Download.com or Freshmeat.net which categorizes all the available packages and libraries in an organized manner for DJGPP users to browse through and to encourage developers to upload/share their contributions. Goh, Yong-Kwang Singapore wrote in message news:<20040630073057.LVEV14346.fep15@[212.117.129.234]>... > > > > From: gohyongkwang AT hotmail DOT com (Goh, Yong Kwang) > > Date: 2004/06/29 â AM 09:06:52 GMT+03:00 > > To: djgpp AT delorie DOT com > > Subject: Looking for Simple, Complete and Standalone GUI/TUI Library for DJGPP > > > > 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 > > > > hi goh, > > i am actively working in c on a tui, originally made by al stevens at ddj for > teching purposes. it's called dflat. > > my version is working on djgpp, it's quite stable and highly integrated with > real life style components, like internationalization (includig bidirectional > text), ini style configuration file, interface to external containers like > linked lists and binary trees, database grid interface (presently working with > sqlite), communication between windows or through tcp/ip, other interesting > examples like a font editor, a self form editor, a chess game, data editing in > fields for standard data types in stdio and struct tm, tree control, editor > control also with text coloring, a rudimentary word processor control with > paragraphs and international text handling. > as i have to admit, since those external components are usable in their own > right, the tui cannot be expected to be standalone contained in one library. > but should someone be interested, i'll be glad to make a first public release > of this work. > > best regards, > > alex