Re: [2/5] msi: Initialize some variables.

2009-06-04 Thread Hans Leidekker
On Thursday 04 June 2009 10:12:02 pm Austin English wrote: > One of your recent msi patches (I suspect this one), causes several > hundred failures/succeeding todo's on my previously passing box. Could > you have a look: > http://test.winehq.org/data/1a0a47d60c337ca096c26da291adf82e49770f34/wine_a

Re: mlang/tests: Fix failures with IE 5.5 and below

2009-06-04 Thread Paul Vriens
Detlef Riekenberg wrote: On Mi, 2009-06-03 at 10:50 +0200, Paul Vriens wrote: This patch introduces test failures on what seems: - all Win95 boxes - some Win98 boxes - some W2K boxes Could you have a look? Here is a fix. Hi Detlef, Is there no way to have a broken() in here: +

Re: gdiplus: Stub for GdipCreateBitmapFromDirectDrawSurface

2009-06-04 Thread Andrew Eikum
Alexandre Julliard wrote: Andrew Eikum writes: diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h index 501e6ed..4ba329f 100644 --- a/include/gdiplusflat.h +++ b/include/gdiplusflat.h @@ -27,6 +27,8 @@ extern "C" { #endif +#include gdiplusflat.h is not supposed to depend

Implementation of the User32.PrintWindow

2009-06-04 Thread Josselin Bardet
Hi, As next of the discussion on the bug 18772 (http://bugs.winehq.org/show_bug.cgi?id=18772), I send here the implemenation for User32.PrintWindow function I've tested it with an application that was crashing because of this unimplemented function. Regards Jos >From 8be8f14c3bf4041661ca10

Re: Implementation of the User32.PrintWindow

2009-06-04 Thread Nikolay Sivov
Josselin Bardet wrote: Hi, As next of the discussion on the bug 18772 (http://bugs.winehq.org/show_bug.cgi?id=18772), I send here the implemenation for User32.PrintWindow function I've tested it with an application that was crashing because of this unimplemented function. Regards Jos As I alr

Implementation of the User32.PrintWindow

2009-06-04 Thread Josselin Bardet
Hi, As next of the discussion on the bug 18772 (http://bugs.winehq.org/show_bug.cgi?id=18772), I send here the implemenation for User32.PrintWindow function I've tested it with an application that was crashing because of this unimplemented function. Regards Jos >From 8be8f14c3bf4041661ca1057d7

Re: [2/5] msi: Initialize some variables.

2009-06-04 Thread Austin English
On Thu, Jun 4, 2009 at 3:12 AM, Hans Leidekker wrote: > > diff --git a/dlls/msi/registry.c b/dlls/msi/registry.c > index 3ba34d1..f22c01f 100644 > --- a/dlls/msi/registry.c > +++ b/dlls/msi/registry.c > @@ -1822,7 +1822,7 @@ static UINT msi_check_product_patches(LPCWSTR prodcode, > LPCWSTR usersi

Today's git may have a problem -- install takes forever then crashes

2009-06-04 Thread Susan Cragin
Today's git starts the installation of DNS very-very slowly. Then takes forever. I thought finally it was going to install but then it crashes at/near the end. Tail of log below. fixme:ole:CoCreateInstance no instance created for interface {d94a9b75-516c-41ec-8163-f1ac8ab03b29} of class {f

re: wine question

2009-06-04 Thread Dan Kegel
Anna wrote: > I am trying to call Win32 Dll (that is built in VS 2003) from C++ > Linux application ( in Ubuntu ) through wine shared object without > rebuild the application with wine. Sorry, it's not generally possible to use Windows libraries inside a Linux program directly with Wine. Wine is

Re: [RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Alexandre Julliard
Ben Klein writes: > Forest Hale submitted a couple of bugs relating to this (17619 and > 17618). The problem is that Wine correctly detects a network share (in > this case NFS on /home) but some applications (e.g. Steam) refuse to > install on network drives, so he wanted to override it with wine

Re: [RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Ben Klein
2009/6/4 Alexandre Julliard : > Ben Klein writes: > >> From 100c129bbb1a3df3ebb68d52b22c798b6a2150c2 Mon Sep 17 00:00:00 2001 >> From: Ben Klein >> Date: Fri, 6 Mar 2009 00:49:39 +1100 >> Subject: mountmgr.sys: implement forced setting of fixed/local disk >> >> define_unix_drive in mountmgr.c inc

Re: (resend, 2nd) kernel32: Implement QueryFullProcessImageNameA (2nd try)

2009-06-04 Thread Alexandre Julliard
Stefan Leichter writes: > /** > + * QueryFullProcessImageNameA (KERNEL32.@) > + */ > +BOOL WINAPI QueryFullProcessImageNameA(HANDLE hProcess, DWORD dwFlags, LPSTR > lpExeName, PDWORD pdwSize) > +{ > +BOOL retval; > +

Re: gdiplus: Stub for GdipCreateBitmapFromDirectDrawSurface

2009-06-04 Thread Alexandre Julliard
Andrew Eikum writes: > diff --git a/include/gdiplusflat.h b/include/gdiplusflat.h > index 501e6ed..4ba329f 100644 > --- a/include/gdiplusflat.h > +++ b/include/gdiplusflat.h > @@ -27,6 +27,8 @@ > extern "C" { > #endif > > +#include gdiplusflat.h is not supposed to depend on ddraw.h. -- Al

Re: jscript: Fix DateConstr_value (with one argument) implementation (3/9)

2009-06-04 Thread Alexandre Julliard
Piotr Caban writes: > +FILETIME ft_now, ft_epoch; > +SYSTEMTIME st_epoch; > +DOUBLE time_now, time_epoch; > + > +memset(&st_epoch, 0, sizeof(SYSTEMTIME)); > +st_epoch.wYear = 1970; > +st_epoch.wMonth = 1; > +st_ep

Re: user32/tests: Add tests for message sequence of window destruction at thread exit.

2009-06-04 Thread Paul Vriens
Hi Alexandre, I assume you've already seen the test failures on some boxes. Looks like the WmExitThreadSeq sequence is not always the same. -- Cheers, Paul.

Re: [RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Alexandre Julliard
Ben Klein writes: > From 100c129bbb1a3df3ebb68d52b22c798b6a2150c2 Mon Sep 17 00:00:00 2001 > From: Ben Klein > Date: Fri, 6 Mar 2009 00:49:39 +1100 > Subject: mountmgr.sys: implement forced setting of fixed/local disk > > define_unix_drive in mountmgr.c includes all cases used in query_unix_driv

Re: [1/5] user32: Added tests for DrawIcon and DrawIconEx

2009-06-04 Thread Joel Holdsworth
On Thu, 2009-06-04 at 08:43 +0200, Paul Vriens wrote: > Joel Holdsworth wrote: > > > > > > > > > Hi Joel, > > I've run your new tests on Win95, Win98 and NT4 (all VMware): > > Win95: > == > cursoricon.c:1013: Test fai

Re: [1/5] user32: Added tests for DrawIcon and DrawIconEx

2009-06-04 Thread Henri Verbeet
2009/6/4 Paul Vriens : > Is there another way you can detect whether some XP (and up) tests can > be run? We generally try not to use GetVersion() in our tests. > Just a guess, but XP's screen color depth of 32bpp might be significant here. If that's the case you'd also expect the tests to fail on

[RESEND] mountmgr.sys: implement forced setting of fixed/local disk

2009-06-04 Thread Ben Klein
define_unix_drive in mountmgr.c includes all cases used in query_unix_drive except the DRIVE_FIXED == DEVICE_HARDDISK_VOL mapping. This patch fixes 17618 where setting the drive type to "Local disk" in winecfg does not save the change to the registry. I've CC'd wine-devel in the hope of getting so