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
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
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.
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
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) &
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/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
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
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