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: <6iar91hm45ghdkp4hutdsva0k8oisespq9@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> X-Newsreader: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 Date: Wed, 01 Jun 2005 12:34:01 GMT NNTP-Posting-Host: 12.72.214.246 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc04-news.ops.worldnet.att.net 1117629241 12.72.214.246 (Wed, 01 Jun 2005 12:34:01 GMT) NNTP-Posting-Date: Wed, 01 Jun 2005 12:34:01 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 31 May 2005 10:40:49 GMT, Hans-Bernhard Broeker wrote: >PaulCsouls wrote: >> On 30 May 2005 17:08:42 GMT, Hans-Bernhard Broeker >> wrote: > >> >Not really --- you need some access to the graphics hardware, and at >> >least under modern, NT-based versions of Windows, the OS won't let >> >your program put its dirty fingers on that other than through an >> >intermediary layer. That's exactly the Win32 API. > >> I though Allegro would work. > >Not in any way different from complete do-it-yourself operation --- >which means only via the API, for a Windows application, and only >through the (usually very buggy) VESA BIOS emulation, in a DOS >program. That's why DJGPP/Allegro programs tend to fail so >spectactularly on XP. > >> I haven't tried but I thought it could work with the mouse. > >Working with the mouse is a side issue. The problem is with graphics >output, not with mouse input. What about with Win98 and 95? Do they require the Win32 API also? Thanks Paul C