From: "Zimba" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro WIP3934 & W2K problems Date: Thu, 1 Feb 2001 13:02:43 +0100 Organization: Guest of France Telecom Oleane's newsreading service Lines: 18 Message-ID: <95bjem$t3$1@s1.read.news.oleane.net> References: <9595sr$40c$1 AT s1 DOT read DOT news DOT oleane DOT net> <95b9vu$6pv$1 AT nnrp1 DOT deja DOT com> NNTP-Posting-Host: 194.206.159.21 X-Trace: s1.read.news.oleane.net 981029142 931 194.206.159.21 (1 Feb 2001 12:05:42 GMT) X-Complaints-To: abuse AT oleane DOT net NNTP-Posting-Date: Thu, 1 Feb 2001 12:05:42 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You may be right about DX8 having problems. When I run the DirectDraw examples with DebugView, it traps this message on exit: Direct3D8: (ERROR) :Release Exclusive Mutex Failed. App should not release Exclusive Mode on different thread than it was taken. BTW, I ported an old DOS app that I wrote using Allegro to W2K but it behaves funny: it works (veeeeeeeeery slowly though) but the keyboard thread exits after some time (about 20s, without touching any keys), making my program end. BTW2, making Allegro the official way resulted in several NT exceptions, but simply ignoring them and restarting the build where it stopped got the job done. I am not using these DLLs though, I use the precompiled ones. Clemens