d3ds9_xx

2007-12-07 Thread Luis C. Busquets Pérez
I have not seen any patch committed beginning the implementation of these libraries. Therefore, I was wondering which is the tree structure for these dlls that all of you propose and Alexander is willing to commit.

Re: Mono 1.2.5.1 on Wine

2007-12-07 Thread James McKenzie
Kornél Pál wrote: > Hi, > > I tried to run Mono 1.2.5.1 on Wine but it dies with the "Weird VirtualQuery > result" error message. Are there any know bugs of Wine or Mono that prevent > it from running? > > I would like to make Mono run on Wine and I am willing to contribute patches > to Wine and

re: Wine Problem

2007-12-07 Thread Dan Kegel
Pedro Ferreira wrote: > I installed a software that talks with the informix client 2.7.0 > everything was running fine, the instalation went with minor problems. > Until now > >when i stated a connection to the informix server wine simply stops Which version of Wine? Have you tested the connectio

Re: Monthcal lost focus fix

2007-12-07 Thread Alexandre Julliard
Gregor Brunmar <[EMAIL PROTECTED]> writes: > diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c > index 8a92d42..e826612 100644 > --- a/dlls/comctl32/monthcal.c > +++ b/dlls/comctl32/monthcal.c > @@ -1719,11 +1719,12 @@ MONTHCAL_Paint(MONTHCAL_INFO *infoPtr, WPARAM wParam) > > >

Re: [PATCH 1/5] winealsa: Make widGetPos more accurate

2007-12-07 Thread Maarten Lankhorst
Hi Alex, Alexandre Julliard schreef: > This doesn't work for me: > > ../../../tools/runtest -q -P wine -M winmm.dll -T ../../.. -p > winmm_test.exe.so capture.c && touch capture.ok > capture.c:73: Test failed: waveInGetPosition(0): returned 2730 bytes, should > be 0 > capture.c:84: Test failed:

Re: [PATCH 1/5] winealsa: Make widGetPos more accurate

2007-12-07 Thread Alexandre Julliard
Maarten Lankhorst <[EMAIL PROTECTED]> writes: > --- > dlls/winealsa.drv/wavein.c |6 +- This doesn't work for me: ../../../tools/runtest -q -P wine -M winmm.dll -T ../../.. -p winmm_test.exe.so capture.c && touch capture.ok capture.c:73: Test failed: waveInGetPosition(0): returned 2730

Re: msi 2: Reimplement MsiGetProductCode

2007-12-07 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > Changelog: > * Reimplement MsiGetProductCode. The test fails occasionally with something like: ../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p msi_test.exe.so msi.c && touch msi.ok msi.c:1426: Test failed: Expected {E853FAEA-A4E2-11DC-A1

Missing 32bit support libraries on x86_64 Debian

2007-12-07 Thread Ben Hodgetts
I just submitted this to the Debian tracker system, thought it may be useful to echo here in-case anyone else is using x86_64 Debian as it seems since Julliard put in a patch just before .42 to check more completely for dependencies it now shows that Debian (64) actually lacks certain deps for

Re: Assorted spelling fixes.

2007-12-07 Thread Francois Gouget
On Fri, 7 Dec 2007, H. Verbeet wrote: > On 07/12/2007, Francois Gouget <[EMAIL PROTECTED]> wrote: > > --- a/dlls/wined3d/glsl_shader.c > > +++ b/dlls/wined3d/glsl_shader.c > > - * out. The nvidia driver only does that if the parameter is inout > > instead of out, hence the > > - *

Re: (corrected) Add 18 pixel strike with japanese fonts to system.sdf Widths corrected and double checked for both strikes

2007-12-07 Thread Huw Davies
On Thu, Dec 06, 2007 at 06:54:05PM +0900, Aric Stewart wrote: > I added a number of the black boxes to the 18 pixel strike (the range > before 161) and fontforge seemed unhappy if i did not add something to > the 16 pixel one. (maybe it was my misinterperting fontforge) but so i > added simila

Nifty new valgrind report script. New error in oleaut32. Call for volunteer(s).

2007-12-07 Thread Dan Kegel
I finally got tired of doing "history | grep diff" etc, and partially automated the daily valgrind run; the resulting script is at http://kegel.com/wine/valgrind/valgrind-daily.sh The results are now in directories named like http://kegel.com/wine/valgrind/logs-2007-12-06/ A summary of the new pro

Mono 1.2.5.1 on Wine

2007-12-07 Thread Kornél Pál
Hi, I tried to run Mono 1.2.5.1 on Wine but it dies with the "Weird VirtualQuery result" error message. Are there any know bugs of Wine or Mono that prevent it from running? I would like to make Mono run on Wine and I am willing to contribute patches to Wine and Mono as well to achieve that.

Re: gdi32: Update fontsubstitutes and add ms shell dlg 2

2007-12-07 Thread Huw Davies
On Fri, Dec 07, 2007 at 01:20:59PM +0100, Maarten Lankhorst wrote: > --- > dlls/gdi32/freetype.c | 34 ++ > 1 files changed, 18 insertions(+), 16 deletions(-) > diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c > index e9fb663..1542e29 100644 > --- a/dll

Re: [2/2] msxml3: Register Missing Components

2007-12-07 Thread Huw Davies
On Fri, Dec 07, 2007 at 02:07:44PM +1100, Alistair Leslie-Hughes wrote: > diff --git a/dlls/msxml3/regsvr.c b/dlls/msxml3/regsvr.c > index 9a0d938..1beed5b 100644 > --- a/dlls/msxml3/regsvr.c > +++ b/dlls/msxml3/regsvr.c > @@ -465,13 +465,13 @@ static LONG register_key_defvalueA( > */ > static s

Re: d3d fill caps oddity

2007-12-07 Thread Stefan Dösinger
Am Donnerstag, 6. Dezember 2007 22:57:53 schrieb Christoph Frick: > Hi wined3d devs, > > i get this message on my notebook (Quadro 570m): > > fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex > samplers and 32 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected > vert

Re: Assorted spelling fixes.

2007-12-07 Thread H. Verbeet
On 07/12/2007, Francois Gouget <[EMAIL PROTECTED]> wrote: > --- a/dlls/wined3d/glsl_shader.c > +++ b/dlls/wined3d/glsl_shader.c > - * out. The nvidia driver only does that if the parameter is inout > instead of out, hence the > - * inout. > + * out. The nvidia driver only d

Re: [1/2] msxml3: Implement IPersistStream

2007-12-07 Thread Robert Shearman
Alistair Leslie-Hughes wrote: > +hr = CreateStreamOnHGlobal(NULL, TRUE, &This->stream); > +if (FAILED(hr)) > +return hr You need to free This->stream somewhere. -- Rob Shearman

Re: [5/5] WineD3D: Use the disabled opengl extension string

2007-12-07 Thread Stefan Dösinger
Am Freitag, 7. Dezember 2007 10:16:51 schrieb H. Verbeet: > The clearest way to do this would probably be to simply do the > disabling in a separate loop over the disabled extensions string, > similarly to how we detect the extensions. This will only partially work because we should also filter "ex

Re: [5/5] WineD3D: Use the disabled opengl extension string

2007-12-07 Thread H. Verbeet
The clearest way to do this would probably be to simply do the disabling in a separate loop over the disabled extensions string, similarly to how we detect the extensions.