From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: gcc/gpp & GUI Date: Sun, 07 Jul 2002 15:40:28 +1000 Organization: ihug ( New Zealand ) Lines: 17 Message-ID: <2okfiukl7e7vumenjljr1hjadcbf9k0est@4ax.com> References: NNTP-Posting-Host: p269-tnt8.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 1026020434 17861 203.173.148.15 (7 Jul 2002 05:40:34 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Sun, 7 Jul 2002 05:40:34 +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 >Is it possible to create GUI using gcc/gpp? It is possibel to creat a GUI using gcc/gpp, but you would need to write all of the underlying OS support functionality. If on the other hand you just want to write a GUI that works on DOS then there are a number of GUI's available that use DJGPP. Have a look in the v2tk directory on Simtel or one of it's mirrors. There is also a number of GUI's that are available on the internet that use DJGPP that are not in the v2tk directory. If you want to write a Game then check out Allegro. If you want to write a GUI for DOS then I would suggest you check out the v2tk directory and www.freedos.org to see what exisitng GUI's are available for freedos. Andrew