Re: Understanding 64bit implications and wine64

2010-02-09 Thread Ben Klein
On 10 February 2010 09:11, David Gerard wrote: > On 9 February 2010 18:16, David Laight wrote: > >> A 32bit (i386) windows application binary can only run in a 32bit >> Unix application [1].  In which case the Unix kernel will handle the >> system call emulation and ensure that the only user-spac

Re: Understanding 64bit implications and wine64

2010-02-09 Thread David Gerard
On 9 February 2010 18:16, David Laight wrote: > A 32bit (i386) windows application binary can only run in a 32bit > Unix application [1].  In which case the Unix kernel will handle the > system call emulation and ensure that the only user-space virtual > addresses the application sees are 32bit (

Re: Wine FIXME Report January 2010

2010-02-09 Thread Michael Stefaniuc
On 02/09/2010 10:25 PM, Vincent Povirk wrote: Actually it is fairly "trivial". Of course not from the statistics but from the source code. The source code isn't an accurate indication of which issues have been solved either. If I add a new case to a switch statement or register a For a lot of

Re: msxml4: Prefer to use the native version

2010-02-09 Thread Alistair Leslie-Hughes
What specific features are your referring? msxml3 isn't complete and has a lot of problems, but it's considered as ready, it's enough for msxml4 to just forward to it. If there's a real problem let's add another forward (as DOMDocument40 already does). After some more investigate the crash i

Re: Wine FIXME Report January 2010

2010-02-09 Thread Vincent Povirk
> Actually it is fairly "trivial". Of course not from the statistics but from > the source code. The source code isn't an accurate indication of which issues have been solved either. If I add a new case to a switch statement or register a new CLSID, it'll stop some messages from appearing, but the

Re: Wine FIXME Report January 2010

2010-02-09 Thread Michael Stefaniuc
On 02/09/2010 08:51 PM, Vincent Povirk wrote: It would be very nice to know if any of the most reported ERRs, WARNs, FIXMEs etc. from the _previous_ run is now gone (in other words, that it has been fixed/implemented) I don't think that's possible to determine from the statistics. Just because

Re: ws2_32: warn the user if broadcasts are failing because of a missing route to 255.255.255.255

2010-02-09 Thread Damjan Jovanovic
On Mon, Feb 8, 2010 at 10:11 PM, Austin English wrote: > On Mon, Feb 8, 2010 at 2:07 PM, Damjan Jovanovic wrote: >> Changelog: >> * ws2_32: warn the user if broadcasts are failing because of a missing >> route to 255.255.255.255 > diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32/socket.c > index 9

Re: Wine FIXME Report January 2010

2010-02-09 Thread Vincent Povirk
> It would be very nice to know if any of the most reported ERRs, WARNs, > FIXMEs etc. from the _previous_ run is now gone (in other words, that it has > been fixed/implemented) I don't think that's possible to determine from the statistics. Just because we don't see a message, or don't see it as

Re: Wine FIXME Report January 2010

2010-02-09 Thread Tomas Zijdemans
Hi! It would be very nice to know if any of the most reported ERRs, WARNs, FIXMEs etc. from the _previous_ run is now gone (in other words, that it has been fixed/implemented) Thanks, Tomas

Re: Understanding 64bit implications and wine64

2010-02-09 Thread David Laight
On Mon, Feb 08, 2010 at 11:27:07AM +0100, joerg-cyril.hoe...@t-systems.com wrote: > The wine64 challenge seems to let 32bit MS-windows apps work even > though the UNIX side has to manage pointer addresses >2^32, i.e. above > the lower 4GB address range. Is there some address translation > involve

Re: cmd: Added cmd.exe tests. [try2]

2010-02-09 Thread Jacek Caban
Hi Alexandre, First of all, thank you for your work on this. On 2/9/10 5:27 PM, Alexandre Julliard wrote: Jacek Caban writes: In previous version CRs were lost in their way to wine-patches. Also this version has a few improvements made together with Dan that should help writing tests, mo

Re: winhlp32: Impove Tab view [try 5]

2010-02-09 Thread Nikolay Sivov
On 2/9/2010 20:57, Vladimir Pankratov wrote: Hello all. changes since try 4: changed buffer size to 257 Thanks to Nikolay Sivov. +WCHAR wszSearchText[257]; /* Native uses only first 256 symbols + trailing \0 */ That's not exactly what I meant. Native winhlp32 as I can s

Re: [PATCH 4/5] ddraw: Add depth clamp tests.

2010-02-09 Thread Paul Vriens
On 01/26/2010 06:31 PM, Henri Verbeet wrote: +color = getPixelColor(device, 150, 150); +todo_wine ok(color_match(color, 0x00ff, 1), "color 0x%08x.\n", color); Hi Henri, This particular test fails on some VMware and VirtualBox boxes. We've been through this before about whether bro

Re: cmd: Added cmd.exe tests. [try2]

2010-02-09 Thread Alexandre Julliard
Jacek Caban writes: > In previous version CRs were lost in their way to wine-patches. Also > this version has a few improvements made together with Dan that should > help writing tests, mostly no need to care about CRs (they are > skipped) and better failure messages. It doesn't work here: ../.

Re: winhlp32: Improve Tab view [try 3]

2010-02-09 Thread Nikolay Sivov
Replying with wine-devel, cause my gmail account reported failed delivery to Vladimir's mail address. You have a kind of forwarding or I don't know what. Original Message Subject:Re: winhlp32: Improve Tab view [try 3] Date: Tue, 09 Feb 2010 21:14:04 +0500 From: Vlad

Re: winhlp32: Improve Index tab [try 4][Resend]

2010-02-09 Thread Alexandre Julliard
Vladimir Pankratov writes: > Hello all. > > changes since try3: > changed variables size to MAX_PATH MAX_PATH doesn't make sense here, this is not a file name. -- Alexandre Julliard julli...@winehq.org

Re: msxml4: Prefer to use the native version

2010-02-09 Thread Nikolay Sivov
On 2/9/2010 16:04, Alistair Leslie-Hughes wrote: On 9/02/2010 9:21 PM, Nikolay Sivov wrote: On 2/9/2010 11:50, Alistair Leslie-Hughes wrote: Hi, Changelog: msxml4: Prefer to use the native version Best Regards Alistair Leslie-Hughes Why do you need this? If a program install msxml4 as part

Re: msxml4: Prefer to use the native version

2010-02-09 Thread Alistair Leslie-Hughes
On 9/02/2010 9:21 PM, Nikolay Sivov wrote: On 2/9/2010 11:50, Alistair Leslie-Hughes wrote: Hi, Changelog: msxml4: Prefer to use the native version Best Regards Alistair Leslie-Hughes Why do you need this? If a program install msxml4 as part of it install process, it should use the native

Re: msxml4: Prefer to use the native version

2010-02-09 Thread Nikolay Sivov
On 2/9/2010 11:50, Alistair Leslie-Hughes wrote: Hi, Changelog: msxml4: Prefer to use the native version Best Regards Alistair Leslie-Hughes Why do you need this?