Re: user32: Factorize graphics driver's WindowCreate and ShowWindowin user32.

2006-11-30 Thread Dmitry Timoshkov
"Pierre d'Herbemont" <[EMAIL PROTECTED]> wrote: My patch is wrong, but I am not sure we should leave ShowWindow in the driver: It contains only Win32 calls (appart from WINPOS_MinMaximize), and is indeed a wrapper for SetWindowPos. And the exports are needed for CreateWindow, not ShowWindow

Re: How to embed wine into swt?

2006-11-30 Thread Cloudor Pu
Damjan Jovanovic wrote: On 11/30/06, Robert Shearman <[EMAIL PROTECTED]> wrote: There aren't that many GTK experts that work on Wine, so most of us won't be able to tell you what you need to do. I suggest you find a tutorial for how to embed a plain X11 window from another process using GTK and

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-11-30 Thread Chris Robinson
On Thursday 30 November 2006 10:58, Alexandre Julliard wrote: > Detlef Riekenberg <[EMAIL PROTECTED]> writes: > > I don't know, if wineaudio.drv this is still the way to go, but we have > > sound crackeling and Buffer-underun Bugs, and adding another copy of > > the "not very well working" code mig

Re: Concerning the separate OpenAL32.dll thunk patch and OpenALwinmm driver patch

2006-11-30 Thread Nick Burns
Ok this is some good feedback... (usually i dont get such a massive response from emails...) -- I was under the impression that RFC was the second to last line of defense (so it appears to be the third) I do not use IRC (unless you count the irc client in Tribes) I can demacroize the patch --

Re: msi: Add handling for the StartServices action [try2]

2006-11-30 Thread Robert Shearman
James Hawkins wrote: +scm = OpenSCManagerW(NULL, NULL, SC_MANAGER_ALL_ACCESS); This can be just SC_MANAGER_CONNECT instead. -- Rob Shearman

Re: make check_no_exec() work reliable

2006-11-30 Thread Alexandre Julliard
Peter Beutner <[EMAIL PROTECTED]> writes: > Why should this exception be visible to the application? > Plus if you make it visible, you can just forget this whole workaround idea, > because it won't work reliable anyways. Well, yes, the workaround is really a hack that should be replaced by a pro

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-11-30 Thread Stefan Dösinger
Am Donnerstag 30 November 2006 07:00 schrieb Nick Burns: > The patches have been split in 2 one for the thunk and one for the winmm > driver. > > Have these patches been rejected? > (I still dont know how to tell that -- other than checking wine-cvs) The best thing is to ask AJ directly why he didn

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-11-30 Thread Alexandre Julliard
Detlef Riekenberg <[EMAIL PROTECTED]> writes: > I don't know, if wineaudio.drv this is still the way to go, but we have > sound crackeling and Buffer-underun Bugs, and adding another copy of > the "not very well working" code might be a "no go" for Alexandre. Exactly, we already have 8 sound driv

Re: user32: Factorize graphics driver's WindowCreate and ShowWindow in user32.

2006-11-30 Thread Pierre d'Herbemont
On 30 nov. 06, at 05:34, Dmitry Timoshkov wrote: "Pierre d'Herbemont" <[EMAIL PROTECTED]> wrote: At the same time ShowWindow gets factorized because WindowCreate and ShowWindow share both the use of WINPOS_MinMaximize, so it is easier to factorize both functions in a single patch. In fact

Re: [winetest] Make sure we can send larger files

2006-11-30 Thread Dimi Paun
On Thu, November 30, 2006 1:01 pm, Paul Vriens wrote: > I'm hitting the 1MB limit already with my win98 tests. Most other tests > are about to reach that threshold as well. I'd make it 2MB, what's 1MB these days... :) -- Dimi Paun <[EMAIL PROTECTED]> Lattica, Inc.

Re: make check_no_exec() work reliable

2006-11-30 Thread Peter Beutner
Alexandre Julliard wrote: > Peter Beutner <[EMAIL PROTECTED]> writes: > >> Peter Beutner wrote: >>> Before starting to make this whole noexecute override behaviour >>> configurable, >>> it first must work reliable. In its current form there is no guarantee that >>> the check_no_exec() function is

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-11-30 Thread Steven Edwards
On 11/30/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: What makes it worth including it in wine is that a huge number of games use it too. Thunking directly to the Linux / macos openal lib avoids the whole openal->directsound->winmm->driver->linux audio api rollercoaster. I agree, if having th

Re: make check_no_exec() work reliable

2006-11-30 Thread Alexandre Julliard
Peter Beutner <[EMAIL PROTECTED]> writes: > Peter Beutner wrote: >> Before starting to make this whole noexecute override behaviour configurable, >> it first must work reliable. In its current form there is no guarantee that >> the check_no_exec() function is actually called, because any other ins

Re: make check_no_exec() work reliable

2006-11-30 Thread Peter Beutner
Peter Beutner wrote: > Before starting to make this whole noexecute override behaviour configurable, > it first must work reliable. In its current form there is no guarantee that > the check_no_exec() function is actually called, because any other installed > exception handler might decide to handl

Re: How to embed wine into swt?

2006-11-30 Thread Damjan Jovanovic
On 11/30/06, Robert Shearman <[EMAIL PROTECTED]> wrote: Cloudor Pu wrote: > Hi, all > > I am developing an swt app only for gtk. I want to embed IE into this > app. I can create a SWT.EMBEDDED composite and get its embededHandle > (an integer). > > Then, how to do next? Thanks in advace! There a

Re: How to embed wine into swt?

2006-11-30 Thread Robert Shearman
Cloudor Pu wrote: Hi, all I am developing an swt app only for gtk. I want to embed IE into this app. I can create a SWT.EMBEDDED composite and get its embededHandle (an integer). Then, how to do next? Thanks in advace! There aren't that many GTK experts that work on Wine, so most of us won

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-11-30 Thread Stefan Dösinger
Am Donnerstag 30 November 2006 08:44 schrieb Steven Edwards: > On 11/30/06, Fabian Cenedese <[EMAIL PROTECTED]> wrote: > > Vista drops DirectSound or better said, the EAX effects won't work > > anymore. That's why Creative Labs switches over to OpenAL. So it might > > become much more important in

Re: msi: Add handling for the StartServices action

2006-11-30 Thread Alexandre Julliard
"James Hawkins" <[EMAIL PROTECTED]> writes: > +p = args; > +do > +{ > +if ((q = strstrW(p, separator))) *q = '\0'; > + > +(*numargs)++; > +vector = msi_realloc(vector, *numargs * sizeof(LPWSTR)); > +vector[*numargs - 1] = p; > +} while (q); This won

Re: Concerning the separate OpenAL32.dll thunk patch and OpenAL winmm driver patch

2006-11-30 Thread Detlef Riekenberg
On Mi, 2006-11-29 at 22:00 -0800, Nick Burns wrote: > The patches have been split in 2 one for the thunk and one for the winmm > driver. > Have these patches been rejected? I have not very much knowledge about Audio, but still some comments: When you compare your Patch with the Size of other Pat