Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Detlef Riekenberg
On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: > > > Can somebody confirm if all oleaut32 tests run correctly on Wine. > > > > [EMAIL PROTECTED]:~/wine.cvs/bin$ wine > > dlls/oleaut32/tests/oleaut32_test.exe.so > > vartest ... > > vartest.c:3129: Test failed: got VT_R8(-145) expected VT

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Detlef Riekenberg
On So, 2007-08-12 at 10:50 +0200, Stefan Leichter wrote: > Am Sunday 12 August 2007 09:17 schrieb Detlef Riekenberg: > > On Fr, 2007-08-10 at 13:34 +0200, Paul Vriens wrote: > > > Hi, > > > > > > Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm > > > trying to change LoadLibrar

Re: Allow building of ddraw.dll / ddrawex.dll on MingW

2007-08-12 Thread Roderick Colenbrander
Hi, I think I got my mingw from the debian packages. Others also suggested that the dxguid version in mingw was outdated. Roderick On Sunday 12 August 2007 22:01, Stefan Leichter wrote: > Am Sunday 12 August 2007 15:17 schrieb Roderick Colenbrander: > > Allow building of ddraw/ddrawex on mingw.

Re: Allow building of ddraw.dll / ddrawex.dll on MingW

2007-08-12 Thread Stefan Leichter
Am Sunday 12 August 2007 15:17 schrieb Roderick Colenbrander: > Allow building of ddraw/ddrawex on mingw. By default the dxguid from mingw > is used which doesn't work for us as it is outdated. > > Regards, > Roderick Colenbrander Can you please name the outdated dxguid and the location where you

Re: WGL: proper stereo / double buffering support for ChoosePixelFormat

2007-08-12 Thread Chris Robinson
On Sunday 12 August 2007 05:44:31 am Roderick Colenbrander wrote: > pglXGetFBConfigAttrib(gdi_display, fmt->fbconfig, > GLX_DOUBLEBUFFER, &value); > -if (value) dwFlags |= PFD_DOUBLEBUFFER; > -if (!(ppfd->dwFlags & PFD_DOUBLEBUFFER_DONTCARE) && > ((ppfd->dwFlags^dwFlags) &

Re: schannel status and crypt32 blockage

2007-08-12 Thread Juan Lang
Hi Yuval, > [Should I repost on-list?] Yeah, let's talk about this in the open. > I've created a test that connects to https://wiki.winehq.org, and > found the following: Excellent! Glad it's getting some attention. > - It fails in rsaenh due to OPAQUEKEYBLOB not supported in CPExportKey > an

Allow building of ddraw.dll / ddrawex.dll on MingW

2007-08-12 Thread Roderick Colenbrander
Allow building of ddraw/ddrawex on mingw. By default the dxguid from mingw is used which doesn't work for us as it is outdated. Regards, Roderick Colenbrander From 686af597215164e3c20a3c5e86620fc875fa0838 Mon Sep 17 00:00:00 2001 From: Roderick Colenbrander <[EMAIL PROTECTED]> Date: Sun, 12 Aug 2

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Stefan Leichter
Am Sunday 12 August 2007 09:17 schrieb Detlef Riekenberg: > On Fr, 2007-08-10 at 13:34 +0200, Paul Vriens wrote: > > Hi, > > > > Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm > > trying to change LoadLibrary to GetModuleHandle and though it was my > > failure, but current GI

Re: [oleaut32/tests] Error when running tests on Wine, anyone?

2007-08-12 Thread Detlef Riekenberg
On Fr, 2007-08-10 at 13:34 +0200, Paul Vriens wrote: > Hi, > > Can somebody confirm if all oleaut32 tests run correctly on Wine. I'm trying > to > change LoadLibrary to GetModuleHandle and though it was my failure, but > current > GIT fails for me: > > ../../../tools/runtest -v -P wine -M ole