On 06/03/2011 04:19 PM, Lucas Fialho Zawacki wrote:
In the absence of this check apps passing a NULL pointer as callback to
EnumDevices segfault under Wine.
Do you have an example of such application? And the bug in bugzilla?
Vitaliy.
Hi Jay,
+static const WCHAR ForwardButtonName[] = {'F','o','w','a','r','d','\0'};
Misspelled.
--Juan
Hi Jay,
+static void MakeExplorerWindow(IShellFolder* startFolder, HINSTANCE hInstance)
I know the general rule of thumb when modifying an existing file is to
keep its style, but we also tend to stay away from this style of
function naming. It looks too much like the functions could be Win32
API
On 06/03/2011 05:10 PM, Joris Huizer wrote:
I'm sorry if I'm wrong, but it seems to me in this and following
patches, the AudioSessionManager_Release() function is incomplete - I
think the dealing with ref == 0 is missing.
Shoot, you're right. That's what I get for sending patches late on a
Fr
Any reason it was not commited yet?
A+
David
De : paulo lesgaz
À : Stefan Dösinger ; wine-devel@winehq.org
Envoyé le : Mer 1 juin 2011, 20h 37min 36s
Objet : Re : ddraw: Add tests for Setcooperativelevel
De : Stefan Dös
I'm sorry if I'm wrong, but it seems to me in this and following
patches, the AudioSessionManager_Release() function is incomplete - I
think the dealing with ref == 0 is missing.
HTH,
Joris
Hi Folks,
We have made arrangements for this year's WineConf to happen in
Minneapolis, MN on Saturday October 1 and Sunday October 2. Minneapolis
is the little known other city of the Twin Cities across the river from
our home town, St. Paul. I've put some preliminary information up on
the Wiki:
On 06/03/2011 03:06 PM, Alexandre Julliard wrote:
Adam Martinson writes:
On 06/03/2011 01:33 PM, Dmitry Timoshkov wrote:
Adam Martinson wrote:
The issue is that Dragon NaturallySpeaking 7 setup doesn't have the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag set, but it uses InstallShield 6 as
a chil
On 06/03/2011 02:36 PM, Dmitry Timoshkov wrote:
Adam Martinson wrote:
The issue is that Dragon NaturallySpeaking 7 setup doesn't have the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag set, but it uses InstallShield 6 as
a child process, which does have it set. IS6 calls GlobalMemoryStatus()
and passes
Adam Martinson writes:
> On 06/03/2011 01:33 PM, Dmitry Timoshkov wrote:
>> Adam Martinson wrote:
>>
>>> The issue is that Dragon NaturallySpeaking 7 setup doesn't have the
>>> IMAGE_FILE_LARGE_ADDRESS_AWARE flag set, but it uses InstallShield 6 as
>>> a child process, which does have it set. I
Adam Martinson wrote:
> >> The issue is that Dragon NaturallySpeaking 7 setup doesn't have the
> >> IMAGE_FILE_LARGE_ADDRESS_AWARE flag set, but it uses InstallShield 6 as
> >> a child process, which does have it set. IS6 calls GlobalMemoryStatus()
> >> and passes the data back to DNS7 setup, an
On 06/03/2011 01:33 PM, Dmitry Timoshkov wrote:
Adam Martinson wrote:
The issue is that Dragon NaturallySpeaking 7 setup doesn't have the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag set, but it uses InstallShield 6 as
a child process, which does have it set. IS6 calls GlobalMemoryStatus()
and passes
Adam Martinson wrote:
> The issue is that Dragon NaturallySpeaking 7 setup doesn't have the
> IMAGE_FILE_LARGE_ADDRESS_AWARE flag set, but it uses InstallShield 6 as
> a child process, which does have it set. IS6 calls GlobalMemoryStatus()
> and passes the data back to DNS7 setup, and if you
On 06/03/2011 09:14 AM, Adam Martinson wrote:
On 06/03/2011 03:41 AM, Dmitry Timoshkov wrote:
Adam Martinson wrote:
Your previous quesion:
> How do the processes running in separate address spaces have
anything
to do with that?
I thought I addressed that with this version of the patch, bu
On 06/03/2011 03:41 AM, Dmitry Timoshkov wrote:
Adam Martinson wrote:
Your previous quesion:
> How do the processes running in separate address spaces have anything
to do with that?
I thought I addressed that with this version of the patch, but if I'm
not checking address space correctly,
On 06/03/2011 03:37 AM, Dmitry Timoshkov wrote:
Adam Martinson wrote:
The stuff in that block is for win2k+ mode only. Win9x doesn't add
[Total|Avail]Phys to [Total|Avail]PageFile. If wine is in win9x mode it
should behave like win9x, or it confuses old apps. This is needed for
the 2nd patc
Hi,
While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=11457
Your paranoid android
On 06/01/2011 11:09 AM, Alexandre Julliard wrote:
> Andrew Nguyen writes:
>
>> On 06/01/2011 07:39 AM, Marvin wrote:
>>> === WXPPROSP3 (32 bit sock) ===
>>> sock.c:501: Test failed: oob_server (218): unexpectedly at the OOB mark: 0
>>> sock.c:511: Test failed: oob_server (218): unexpectedly at th
Hi,
Andrew Eikum wrote:
>Then, GetCurrentPadding() returns "write - read" and GetBufferSize() returns
>the queue size limit.
>As far as I can tell, this is entirely consistent with how Windows behaves.
I added some lines to mmdevapi/tests/render.c to find out more about
mmdevapi with the help of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'd recommend to wait for Henri to return from vacation before applying these
Am 02.06.2011 um 19:25 schrieb Adam Martinson:
> ---
> dlls/wined3d/directx.c|1 +
> dlls/wined3d/wined3d_gl.h | 19 +++
> 2 files changed, 20 inser
Andrew Eikum wrote:
>Frankly, I see little reason to spend time implementing special handling
>of exclusive mode unless we find an app that does something that requires it.
Actually, I don't know whether any of the apps I own can use mmdevapi.
I've been looking at it because I believe you are goi
Adam Martinson wrote:
> Your previous quesion:
> > How do the processes running in separate address spaces have anything
> to do with that?
>
> I thought I addressed that with this version of the patch, but if I'm
> not checking address space correctly, please tell me the correct way.
> PEB
Adam Martinson wrote:
> The stuff in that block is for win2k+ mode only. Win9x doesn't add
> [Total|Avail]Phys to [Total|Avail]PageFile. If wine is in win9x mode it
> should behave like win9x, or it confuses old apps. This is needed for
> the 2nd patch, IIRC removing the photoshop 4 hack in
23 matches
Mail list logo