Re: bugs 9062,9325

2007-08-17 Thread Stefan Dösinger
Am Freitag, 17. August 2007 15:39 schrieb Martin Vanek: > I have posted some minor bugs in combobox a week ago (ID=9062, with a > source text example and pictures documenting what's wrong). I am not an expert on user32 stuff, but generally you should send one patch per mail. If you have 2 patches,

Re: [PATCH 3/6] winealsa: Implement IDsCaptureDriverImpl_Open

2007-08-17 Thread Tomas Carnecky
Maarten Lankhorst wrote: > Last time I tried using alloca in alsa volume control it was rejected, > so I'm just walking safe path. Well the existing coded uses alloca() ... just saw this while compiling wine (winealsa.drv): waveout.c: In function 'wodOpen': waveout.c:582: warning: the address of

Re: [PATCH 3/6] winealsa: Implement IDsCaptureDriverImpl_Open

2007-08-17 Thread Maarten Lankhorst
Hi Tomas, Tomas Carnecky schreef: > Is alloca() not allowed in wine? (asking because you allocate hw_params > on the stack, but it's freed if the function exits, so it's only used > inside this one function). > Last time I tried using alloca in alsa volume control it was rejected, so I'm just w

Re: [PATCH 3/6] winealsa: Implement IDsCaptureDriverImpl_Open

2007-08-17 Thread Tomas Carnecky
Maarten Lankhorst wrote: > Sanity check to see if device can be opened or not Is alloca() not allowed in wine? (asking because you allocate hw_params on the stack, but it's freed if the function exits, so it's only used inside this one function). tom

Re: #winehq admin abuse

2007-08-17 Thread Jeremy White
> aren't, things like this happen. I'm still banned from the channel, > people in this mailing list have said he shouldn't have banned me, and > yet, I'm still not unbanned. Ouch. I will say that I appreciate all that Vitaliy does; he truly does an amazing amount of helpful work. I also have gre

Re: check_sharing disregards requested access

2007-08-17 Thread Alexandre Julliard
"James Keane" <[EMAIL PROTECTED]> writes: > check_access will now fail because the second caller is not honoring > FILE_SHARE_WRITE. but that shouldn't be neccesary as they are not > planning on writing anyways. The second caller won't, but the first one will, so you need FILE_SHARE_WRITE access.

re: A script for automatic regression testing

2007-08-17 Thread Dan Kegel
Martin wrote: > Regarding your script interface, I think it should accept these parameters: > * GIT_ID_1 - bisection start > * GIT_ID_2 - bisection end Sure, and/or dates and/or releases. * PNGs - list of PNG files which describe "bug hit" cases; No. The script should not invoke autohotkey, eit

Re: Legal issues for contribution code into Wine

2007-08-17 Thread Alexandre Julliard
"Dmitry Morovkov" <[EMAIL PROTECTED]> writes: > After reading this, it looks like it's ok if someone have seen the windows > source code, and provided he is not going to directly copy unmodified source > code (what a stupid idea!), nor refer to it, he would be considered as a > good/trusted person

Re: Issue(s) when running winetest on Windows

2007-08-17 Thread Paul Vriens
Paul Vriens wrote: Alexandre Julliard wrote: Paul Vriens <[EMAIL PROTECTED]> writes: Anyone? This is getting pretty serious now as several test reports that are submitted will never be processed. I could of course try and fix this in the parser but I do want to know what the issue is. The str

Re: Issue(s) when running winetest on Windows

2007-08-17 Thread Paul Vriens
Jakob Eriksson wrote: Alexandre Julliard wrote: Paul Vriens <[EMAIL PROTECTED]> writes: Anyone? This is getting pretty serious now as several test reports that are submitted will never be processed. I could of course try and fix this in the parser but I do want to know what the issue is. T