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: <2c3s91puj6qgqgq53fefijoejbcqo2dnhn@4ax.com> References: <1117125981 DOT 919136 DOT 51260 AT g44g2000cwa DOT googlegroups DOT com> <3ftr2oF9hct1U1 AT news DOT dfncis DOT de> <3g0vkqF9v62kU2 AT news DOT dfncis DOT de> <3g2t9hFac4m5U1 AT news DOT dfncis DOT de> <6iar91hm45ghdkp4hutdsva0k8oisespq9 AT 4ax DOT com> <3g5p6aFapu7vU1 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: 19 Date: Wed, 01 Jun 2005 19:40:00 GMT NNTP-Posting-Host: 12.72.216.66 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1117654800 12.72.216.66 (Wed, 01 Jun 2005 19:40:00 GMT) NNTP-Posting-Date: Wed, 01 Jun 2005 19:40:00 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 1 Jun 2005 12:49:14 GMT, Hans-Bernhard Broeker wrote: >PaulCsouls wrote: > >> What about with Win98 and 95? Do they require the Win32 API also? > >Not strictly for doing some graphics at all. But for what the >Subject: line requests, i.e. "Windows GUI Programming", yes, you do >have to use Win32 API. It's part of the definition of the task. Thanks, I use DJGPP basically for testing circuit boards through the serial or parallel ports. Right now I just use the command line, but it would be nice to have a GUI and some graphical outputs. I have considered learning Allegro to do this. I believe DJGPP and DOS are still the best ways of accessing ports rather than fighting windows with MinGW. Paul C