X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows GUI Programming with DJGPP Date: 31 May 2005 10:40:49 GMT Lines: 25 Message-ID: <3g2t9hFac4m5U1@news.dfncis.de> 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> X-Trace: news.dfncis.de xBLuvvDW5wVHYynfdj/Nygxybh1kAV0wpMEbRt5OgybjezPFF7ZShCkisY X-Orig-Path: not-for-mail To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.