"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
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
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
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 --
James Hawkins wrote:
+scm = OpenSCManagerW(NULL, NULL, SC_MANAGER_ALL_ACCESS);
This can be just SC_MANAGER_CONNECT instead.
--
Rob Shearman
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
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
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
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
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.
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
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
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
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
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
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
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
"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
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
19 matches
Mail list logo