From: "Zimba" Newsgroups: comp.os.msdos.djgpp Subject: Allegro WIP3934 & W2K problems Date: Wed, 31 Jan 2001 14:59:08 +0100 Organization: Guest of France Telecom Oleane's newsreading service Lines: 46 Message-ID: <9595sr$40c$1@s1.read.news.oleane.net> NNTP-Posting-Host: 194.206.159.21 X-Trace: s1.read.news.oleane.net 980949723 4108 194.206.159.21 (31 Jan 2001 14:02:03 GMT) X-Complaints-To: abuse AT oleane DOT net NNTP-Posting-Date: Wed, 31 Jan 2001 14:02:03 +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 Hi, I just installed the latest Allegro WIP (3934) with the precompiled DLLs on W2K. The installation went fine, except for some warnings: ... setup\setup.c(1802) : warning C4090: 'initializing' : different 'const' qualifiers setup\setup.c(1814) : warning C4090: 'initializing' : different 'const' qualifiers ... dat.c The system cannot find the path specified. datedit.c ... tools\plugins\datgrid.c(367) : warning C4090: 'initializing' : different 'const' qualifiers tools\plugins\datgrid.c(369) : warning C4090: 'initializing' : different 'const' qualifiers tools\plugins\datgrid.c(203) : warning C4700: local variable 'dat' used without having been initialized ... I have also run the test programs. I haven't tried everything and most of what I tried seems to work, except for some strange things in Test.exe: - When I run it and try a windowed DirectDraw the program suddenly disappears after some seconds (and my Outlook Express new post window that happened to be open had been resized!). - When I run a mouse test in DirectDraw mode or autodetect the screen suddenly becomes black, with only the mouse coordinates in white. It seems that not everything is updated correclty. Still, it is much better than WIP 3433 that wouldn't work at all on my system. Is this all W2K related or something else? Best regards, Clemens BTW, I have DirectX8 SDK installed in debug mode with W2K SP1 and MSVC++ 6 SP4.