X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: PaulCsouls Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows GUI Programming with DJGPP Message-ID: References: <1117125981 DOT 919136 DOT 51260 AT g44g2000cwa DOT googlegroups DOT com> <3ftr2oF9hct1U1 AT news DOT dfncis DOT de> X-Newsreader: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 36 Date: Mon, 30 May 2005 15:48:37 GMT NNTP-Posting-Host: 12.72.217.201 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1117468117 12.72.217.201 (Mon, 30 May 2005 15:48:37 GMT) NNTP-Posting-Date: Mon, 30 May 2005 15:48:37 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 29 May 2005 12:32:24 GMT, Hans-Bernhard Broeker wrote: >arizvi wrote: >> Hi, > >> I would like to build some Windows GUI programs, and I was wondering is >> DJGPP could be an option. In the FAQ it states that we can use RSXNTDJ, >> and I would like to have some feedback on how it has actually worked >> for someone. > >The main problem with RSXNTDJ is bit-rot. It's essentially not been >maintained actively by anyone, for several years, while several parts >of the DJGPP environment it relies on have changed massively. In >particular, it's unlikely to cooperate correctly with the current >versions of GCC and binutils used by most DJGPP users. > >Generally, if you want to use GCC to compile Win32 programs, RSXNTDJ >has long since stopped to be the best approach towards that goal. >MinGW32 (including the copy of it provided as part of Cygwin32) has >way better support. > >> Are the programs created with the same look and feel as >> MFC/Win32 programs? > >MFC doesn't design any look-and-feel --- it's just a thin C++ shell >around the basic Win32 API, and one that MS refuses to make available >without payment. So no, you won't get MFC applications compiled without >buying a commercial compiler. Why do we need the windows API? Isn't it possible to create, buttons, menus and windows controlled by a mouse without it? Isn't there something that can give a us a user interface other than the command line? Paul C