From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: OS independant applications. Date: Sun, 21 Jul 2002 11:32:02 +1000 Organization: ihug ( New Zealand ) Lines: 15 Message-ID: <1g3kjuoasigbhi7nr3aaknmfq3utdmbvos@4ax.com> References: <3d39ffe1$0$16286$afc38c87 AT news DOT optusnet DOT com DOT au> NNTP-Posting-Host: p20-max12.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1027215127 21070 203.173.155.148 (21 Jul 2002 01:32:07 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sun, 21 Jul 2002 01:32:07 +0000 (UTC) X-Newsreader: Forte Agent 1.91/32.564 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I am looking for a graphical set that will allow me to play with an app that >will run on any os. Most of the ones I have seen ( including the one on >djgpp website) are os platform specific. I would like the set to contain >most common controls like buttons, check boxes, list boxes and tree views. >Any ideas?? Check out wxwindows at http://www.wxwindows.org/ . There is a MGL port which should hopefully work with DJGPP, but you may have to fix some bugs or do the port yourself. The other option is to use Allegro and an add on GUI library. Alelgro works on a number of OS's. Check out http://alleg.sourceforge.net/ Andrew