From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: GUI Programming Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <92j9rh$lq0$1 AT newsg2 DOT svr DOT pol DOT co DOT uk> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 32 X-Trace: /bQNubGshTqGtBiftKsglP/wGCgTF18lpReBhiOAqYiOccBW9CFVKkDwt/GBZ3HQqkv25sXpzAG4!+HqeotVqwTkfIoNg5jlMbC+HNLadnZhnuxp23hYuHwLynPLOt96szx/VXA5XMlq/BJ5rwkzzHpbp!z/GM X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Tue, 02 Jan 2001 19:36:57 GMT Distribution: world Date: Tue, 02 Jan 2001 19:36:58 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 30 Dec 2000 00:21:59 -0000, "Stephen Balfe" wrote: > I have experimented with some Qt programming under Linux, which I found >very easy to pick up the basics. However Qt seems to only be commercially >available under windows, and is therefore unsuitable. > > My questions are: >What do most people use for developing GUI programs under Windows? Is >RSXNTDJ any good? For Win32 development, many of us swear by MinGW or Cygwin. http://www.mingw.org/ http://sources.redhat.com/cygwin/ >Is there anything similar to qt which I can use? You could try forking Qt and porting it to Win32; it's GPL licensed. GTK+ is available now for Win32. http://user.sgic.fi/~tml/gimp/win32/ Or use the Allegro library and an add-on GUI package and gain portability among DOS, Windows, and Linux. http://alleg.sourceforge.net/allegro/ --