Re: Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-20 Thread Vitaliy Margolen
Christian Pradelli wrote: Can I help in any way to solve it? Yes, checkout latest Wine source and compile it. It's already fixed. Vitaliy.

Re: Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-20 Thread Steven Edwards
On 7/20/07, Christian Pradelli <[EMAIL PROTECTED]> wrote: Can I help in any way to solve it? Its going to take a bit of debugging on your part. You can try to use git bisect and work through each patch from ws2_32 in 38 to 39 and see if you can isolate which one causes the problem. Thanks Stev

Bug introduced in ws2_32.dll.so in version 0.9.39

2007-07-20 Thread Christian Pradelli
Hello, I have an application done in delphi that send and receive streams to a TCP server using indy. This applications is working fine since older versions of wine (0.9.5). After version 0.9.39 (up to last 0.9.41) the checksum of the stream is wrong when received in server side. The problem on

gdiplus not available on w2k and below?

2007-07-20 Thread Paul Vriens
Hi, While going through the test results there are failures for gdiplus for win98, NT and W2K as gdiplus is not available (by default) on these platforms. Should the test be re-written (LoadLibrary and friends)? Cheers, Paul.

Re: gdi32: set wide non-extended pens to solid if bad type [try3]

2007-07-20 Thread Alexandre Julliard
"Evan Stade" <[EMAIL PROTECTED]> writes: > [try3] >1 instead of >=1 > > dlls/gdi32/pen.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) You need to add test cases for that one (and it also needs to pass the existing tests...) -- Alexandre Julliard [EMAIL PROTECTED]

Re: server: Only commit SetThreadPriority if new priority is correct (try 3)

2007-07-20 Thread Alexandre Julliard
"Matt Jones" <[EMAIL PROTECTED]> writes: > Change SetThreadPriority to correctly handle invalid priority values > From 40bcdbe07d2f5cc0e5de33512858625f940b9c8c Mon Sep 17 00:00:00 2001 > From: Matt Jones <[EMAIL PROTECTED]> > Date: Tue, 17 Jul 2007 14:58:01 -0700 > Subject: [PATCH] server: Conform

Re: comcat: Cast-qual warning fix (Resend)

2007-07-20 Thread Alexandre Julliard
Andrew Talbot <[EMAIL PROTECTED]> writes: > What is wrong with this patch, please? The proper fix is the make the categories field non const. -- Alexandre Julliard [EMAIL PROTECTED]