Re: [12/13] fusion: Sort the list of assemblies built during enumeration.

2009-02-19 Thread James Hawkins
On Thu, Feb 19, 2009 at 11:30 PM, Hans Leidekker wrote: > On Thursday 19 February 2009 22:36:25 James Hawkins wrote: > >> > I don't see how it would hurt if we do match the sort order on Windows, >> > even if we achieve it by other means. >> > >> >> The reason it hurts in this case is because the

Re: [12/13] fusion: Sort the list of assemblies built during enumeration.

2009-02-19 Thread Hans Leidekker
On Thursday 19 February 2009 22:36:25 James Hawkins wrote: > > I don't see how it would hurt if we do match the sort order on Windows, > > even if we achieve it by other means. > > > > The reason it hurts in this case is because the sorting happens at the > File/Directory API level and not in fus

Re: msi: begin support for finding network last sources in find_published_source

2009-02-19 Thread James Hawkins
On Thu, Feb 19, 2009 at 12:28 PM, Aric Stewart wrote: > > Fix for office 2007 sp 1 install. > --- > dlls/msi/media.c | 33 + > 1 files changed, 33 insertions(+), 0 deletions(-) > I believe you're going down the wrong road with respect to the Office 2007 SP1 inst

Re: fusion/tests: Do not use a fixed path to the assembly

2009-02-19 Thread Nicolas Le Cam
2009/2/20 Detlef Riekenberg : > James: A fixed path is broken by design. > > This fix the remaining failure on w2k. > > The asmcache has more failures on win9x, but a fix for that > failures conflict with the patchset from Hans. > > > -- > > By by ... Detlef > > > > Hi Detlef, I've already sent a

Re: fusion/tests: Do not use a fixed path to the assembly

2009-02-19 Thread James Hawkins
On Thu, Feb 19, 2009 at 4:14 PM, Detlef Riekenberg wrote: > > James: A fixed path is broken by design. > A "Thanks for spending weeks of your time laboriously testing and implementing fusion" would have sufficed. -- James Hawkins

Re: [12/13] fusion: Sort the list of assemblies built during enumeration.

2009-02-19 Thread James Hawkins
On Thu, Feb 19, 2009 at 1:14 PM, Hans Leidekker wrote: > > > This isn't how it's done on Windows. On Windows, the order is based > > solely on directory enumeration, which we don't try to match in Wine. > > I don't see how it would hurt if we do match the sort order on Windows, > even if we achie

Re: [12/13] fusion: Sort the list of assemblies built during enumeration.

2009-02-19 Thread Hans Leidekker
> This isn't how it's done on Windows. On Windows, the order is based > solely on directory enumeration, which we don't try to match in Wine. I don't see how it would hurt if we do match the sort order on Windows, even if we achieve it by other means. -Hans

Re: [13/13] fusion: Add tests for the IAssemblyEnum interface.

2009-02-19 Thread Paul Vriens
Paul Vriens wrote: > Hans Leidekker wrote: >> Hi Paul, >> >>> These tests crash on Vista with .NET 3.5 (not sure about other >>> platforms/.NET versions yet). The enum_gac_assemblies function relies >>> on the fact that ffd.cFileName contains 2 underscores. On Vista >>> however I see some assemb

Re: [13/13] fusion: Add tests for the IAssemblyEnum interface.

2009-02-19 Thread Paul Vriens
Hans Leidekker wrote: > Hi Paul, > >> These tests crash on Vista with .NET 3.5 (not sure about other >> platforms/.NET >> versions yet). The enum_gac_assemblies function relies on the fact that >> ffd.cFileName contains 2 underscores. On Vista however I see some assemblies >> with a different

Re: [12/13] fusion: Sort the list of assemblies built during enumeration.

2009-02-19 Thread James Hawkins
On Thu, Feb 19, 2009 at 5:06 AM, Hans Leidekker wrote: > > This hopefully fixes the test failures on Alexandre's machine. > This isn't how it's done on Windows. On Windows, the order is based solely on directory enumeration, which we don't try to match in Wine. The fix is to check for all N resu

Re: [13/13] fusion: Add tests for the IAssemblyEnum interface.

2009-02-19 Thread Hans Leidekker
Hi Paul, > These tests crash on Vista with .NET 3.5 (not sure about other platforms/.NET > versions yet). The enum_gac_assemblies function relies on the fact that > ffd.cFileName contains 2 underscores. On Vista however I see some assemblies > with a different format for the cFileName like: >

Re: [4/5] dxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values.

2009-02-19 Thread Henri Verbeet
2009/2/19 Stefan Dösinger : > Am Donnerstag, 19. Februar 2009 17:03:37 schrieb Henri Verbeet: > > I haven't looked at all the different formats yet, just a general question: > Why did you choose to keep the WINED3D formats and not use the DXGI formats > in wined3d? I'm not saying that there's anyth

Re: [13/13] fusion: Add tests for the IAssemblyEnum interface.

2009-02-19 Thread Paul Vriens
Hans Leidekker wrote: > -Hans > > > > > Hi Hans, These tests crash on Vista with .NET 3.5 (not sure about other platforms/.NET versions yet). The enum_gac_assemblies function relies on the fact that ffd.cFileName conta

Re: [4/5] dxgi: Convert DXGI_FORMAT values to WINED3DFORMAT values.

2009-02-19 Thread Stefan Dösinger
Am Donnerstag, 19. Februar 2009 17:03:37 schrieb Henri Verbeet: I haven't looked at all the different formats yet, just a general question: Why did you choose to keep the WINED3D formats and not use the DXGI formats in wined3d? I'm not saying that there's anything wrong with that, I'm just curi

Re: msctf/tests: Don't import uuid library cause it could break crosstest

2009-02-19 Thread Nikolay Sivov
Austin English wrote: > On Thu, Feb 19, 2009 at 9:21 AM, Nikolay Sivov wrote: > >> Changelog: >>- Don't import uuid library cause it could break crosstest >> >> >From 26890998dc20bd31c2d23b8b59dfaf664ca98dc0 Mon Sep 17 00:00:00 2001 >> From: Nikolay Sivov >> Date: Thu, 19 Feb 2009 10:20:32

Re: revert of a6c07ffba4b2b37d01affb4c39f032bb5f8d34bf

2009-02-19 Thread Steven Edwards
On Thu, Feb 19, 2009 at 5:43 AM, Francois Gouget wrote: > A little bit of explanation would be nice... I thought the Changelog in the patch would explain enough. MSG_WAITALL is not defined on Cygwin when building wininet or winhttp without it. Since I can't rebuild all of Wine and I've not checke

Re: msctf/tests: Don't import uuid library cause it could break crosstest

2009-02-19 Thread Paul Vriens
Nikolay Sivov wrote: > Changelog: > - Don't import uuid library cause it could break crosstest > >>From 26890998dc20bd31c2d23b8b59dfaf664ca98dc0 Mon Sep 17 00:00:00 2001 > From: Nikolay Sivov > Date: Thu, 19 Feb 2009 10:20:32 -0500 > Subject: Don't import uuid library cause it could break cro

Re: msctf/tests: Don't import uuid library cause it could break crosstest

2009-02-19 Thread Austin English
On Thu, Feb 19, 2009 at 9:21 AM, Nikolay Sivov wrote: > Changelog: >- Don't import uuid library cause it could break crosstest > > >From 26890998dc20bd31c2d23b8b59dfaf664ca98dc0 Mon Sep 17 00:00:00 2001 > From: Nikolay Sivov > Date: Thu, 19 Feb 2009 10:20:32 -0500 > Subject: Don't import uuid

Re: Status of USB driver support?

2009-02-19 Thread Alexander Morozov
> Unhandled exception: unimplemented function > usbd.sys.USBD_GetUSBDIVersion called in 32-bit code (0x7ee2e923) Should implement USBD_GetUSBDIVersion to fix this.

Re: msctf crosstest build failed

2009-02-19 Thread Nikolay Sivov
Nicolas Le Cam wrote: > 2009/2/19 Nikolay Sivov : > >> Nicolas Le Cam wrote: >> >>> 2009/2/18 Nikolay Sivov : >>> >>> Building today crosstests I've got: i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2 -o inputprocessor.cross.o inputpr

Re: msctf crosstest build failed

2009-02-19 Thread Nicolas Le Cam
2009/2/19 Nikolay Sivov : > Nicolas Le Cam wrote: >> >> 2009/2/18 Nikolay Sivov : >> >>> >>> Building today crosstests I've got: >>> >>> i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include >>> -g -O2 -o inputprocessor.cross.o inputprocessor.c >>> i586-mingw32msvc-gcc -c -I. -I. -I

Re: Win to Lin Library Wrapper

2009-02-19 Thread Jérôme Gardou
> > Gentoo users still have to set the +opengl use flag... That's where most of > the complaints came from. > > The other aspect is that even software GL isn't available when you're using > Xvnc or similar servers. > > > To be honest, I prefer the second argument over the first one :-)

Re: Status of USB driver support?

2009-02-19 Thread emiliano esposito
Alexander Morozov ha scritto: >> git clone git://source.winehq.org/git/wine.git ~/wine-git >> git-am 0001... >> git-am 0002... >> > > You should run tools/make_makefiles before configuring. Thanks. I redid it from scratch, and imported the relevant keys directly from windows. Now this is wha

Re: msctf crosstest build failed

2009-02-19 Thread Nicolas Le Cam
2009/2/18 Nikolay Sivov : > Building today crosstests I've got: > > i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include > -g -O2 -o inputprocessor.cross.o inputprocessor.c > i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include > -g -O2 -o testlist.cross.o testlist

Re: Win to Lin Library Wrapper

2009-02-19 Thread Stefan Dösinger
> This might be a silly question, but isn't MESA here just for it : > providing openGL functionality to sytems that don't have good hardware? > And wasn't it planned somewhere to split together wined3d and winex11 > (not related to the question here, but just curious :) ) Gentoo users still have to

Re: revert of a6c07ffba4b2b37d01affb4c39f032bb5f8d34bf

2009-02-19 Thread Francois Gouget
A little bit of explanation would be nice... -- Francois Gouget http://fgouget.free.fr/ La terre est une bêta...