Current state of USBD.SYS

2011-08-09 Thread louis
Hi, I'm in the process of migrating custom patches made to WINE 1.1.7 to WINE 1.3.24. Among those is USBD.SYS, which we use to run a Windows driver for a specific USB device which has no equivalent Linux driver. I was wondering what to expect from 1.3.24 as far as USB device discovery and Windo

Re: Best way to get Program Files/Common Files?

2011-08-09 Thread Lucas Zawacki
Thanks Bruno, ExpandEnvironmentStrings with %CommonProgramFiles% seems to be a better solution for my needs.

Re: Best way to get Program Files/Common Files?

2011-08-09 Thread Juan Lang
> I need to get the user configured path to Program Files/Common Files > to save the dinput action mapping settings. > > What are the my options for doing this? > > One way I found is the SHGetSpecialFolderPath function, but it > requires me to link to shell32 and I suspect there's a better way. I

Re: Best way to get Program Files/Common Files?

2011-08-09 Thread Bruno Jesus
On Tue, Aug 9, 2011 at 18:17, Lucas Zawacki wrote: > I need to get the user configured path to Program Files/Common Files > to save the dinput action mapping settings. > > What are the my options for doing this? Maybe you can use environment variables: APPDATA CommonProgramFiles They are found o

Best way to get Program Files/Common Files?

2011-08-09 Thread Lucas Zawacki
I need to get the user configured path to Program Files/Common Files to save the dinput action mapping settings. What are the my options for doing this? One way I found is the SHGetSpecialFolderPath function, but it requires me to link to shell32 and I suspect there's a better way. Thanks

Re: GSoC: dinput8 Action Mapping - dialog testing

2011-08-09 Thread Lucas Zawacki
There's actually a problem with what I was intending to do. In windows the function doesnt truly create a dialog, it's more like a DirectX rendered application and just now I realized that the test will not be compatible. So I think I'll give up testing this, at least for now.

Re: [rfc] WINE_ONCE macro

2011-08-09 Thread Massimo Del Fedele
I introduced exactly the same on my old DIB engine, to avoid tons of FIXMES :-) I find it quite useful. Max

Re: wldap32/tests: Skip tests if ldap_init failed (try 3)

2011-08-09 Thread Austin English
2011/8/9 André Hentschel : > Am 09.08.2011 19:44, schrieb Hans Leidekker: >> On Tue, 2011-08-09 at 19:31 +0200, André Hentschel wrote: >> >>> diff --git a/dlls/wldap32/tests/parse.c b/dlls/wldap32/tests/parse.c >>> index 4cf8564..ed37d88 100644 >>> --- a/dlls/wldap32/tests/parse.c >>> +++ b/dlls/wl

Re: wldap32/tests: Skip tests if ldap_init failed (try 3)

2011-08-09 Thread André Hentschel
Am 09.08.2011 19:44, schrieb Hans Leidekker: > On Tue, 2011-08-09 at 19:31 +0200, André Hentschel wrote: > >> diff --git a/dlls/wldap32/tests/parse.c b/dlls/wldap32/tests/parse.c >> index 4cf8564..ed37d88 100644 >> --- a/dlls/wldap32/tests/parse.c >> +++ b/dlls/wldap32/tests/parse.c >> @@ -128,7 +

Re: wldap32/tests: Skip tests if ldap_init failed (try 3)

2011-08-09 Thread Hans Leidekker
On Tue, 2011-08-09 at 19:31 +0200, André Hentschel wrote: > diff --git a/dlls/wldap32/tests/parse.c b/dlls/wldap32/tests/parse.c > index 4cf8564..ed37d88 100644 > --- a/dlls/wldap32/tests/parse.c > +++ b/dlls/wldap32/tests/parse.c > @@ -128,7 +128,11 @@ START_TEST (parse) > LDAP *ld; > >

Re: wldap32/tests: Skip tests if ldap_init failed

2011-08-09 Thread André Hentschel
Am 09.08.2011 19:26, schrieb Hans Leidekker: > On Tue, 2011-08-09 at 19:17 +0200, André Hentschel wrote: > >> diff --git a/dlls/wldap32/tests/parse.c b/dlls/wldap32/tests/parse.c >> index 4cf8564..faad474 100644 >> --- a/dlls/wldap32/tests/parse.c >> +++ b/dlls/wldap32/tests/parse.c >> @@ -128,7 +

Re: wldap32/tests: Skip tests if ldap_init failed

2011-08-09 Thread Hans Leidekker
On Tue, 2011-08-09 at 19:17 +0200, André Hentschel wrote: > diff --git a/dlls/wldap32/tests/parse.c b/dlls/wldap32/tests/parse.c > index 4cf8564..faad474 100644 > --- a/dlls/wldap32/tests/parse.c > +++ b/dlls/wldap32/tests/parse.c > @@ -128,7 +128,11 @@ START_TEST (parse) > LDAP *ld; > >

Re: d3dx9: CloneMesh test and improvements

2011-08-09 Thread Matteo Bruni
2011/8/8 Michael Mc Donnell : > Hi > > I've been working on a test and improvements for CloneMesh as part of > GSoC 2011. I would be grateful if anyone could comment on my work. > There are five test cases in the attached patch: > >  0. Basic mesh cloning. Declaration has position and normal, and t

Re: Bug #27975 and one small change

2011-08-09 Thread GOUJON Alexandre
On 08/09/2011 01:49 PM, Frédéric Delanoy wrote: http://wiki.winehq.org/SubmittingPatches already links to http://wiki.winehq.org/GitWine (see http://wiki.winehq.org/SubmittingPatches#head-c088a6649bf6b17d21c57a87be967bc309b2f57c) I was just referring to the .git/config file which may need som

Re: Bug #27975 and one small change

2011-08-09 Thread Frédéric Delanoy
2011/8/9 GOUJON Alexandre : > On 08/09/2011 08:51 AM, Frédéric Delanoy wrote: >> >> 2011/8/8 Adam Stachowicz: >>> >>>  From f91549a682b52b77853b53a475011c7869f861b2 Mon Sep 17 00:00:00 2001 >>> From: Saibamen >>> Date: Mon, 8 Aug 2011 15:43:48 +0200 >>> Subject: Resize control to allow wider string

Re: Bug #27975 and one small change

2011-08-09 Thread GOUJON Alexandre
On 08/09/2011 08:51 AM, Frédéric Delanoy wrote: 2011/8/8 Adam Stachowicz: From f91549a682b52b77853b53a475011c7869f861b2 Mon Sep 17 00:00:00 2001 From: Saibamen Date: Mon, 8 Aug 2011 15:43:48 +0200 Subject: Resize control to allow wider string of polish translator and bug 27975 Please see http: