Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Max TenEyck Woodbury
On 06/05/2012 01:16 PM, James Eder wrote: You obviously have absolutely no idea what the wine-mono package is for. You should read up and apologize. NO APOLOGY! You are missing the point. You are missing the point. You're argument lacks weight because you clearly have no idea what you're

Wine's support for reporting calling conventions

2012-06-05 Thread Roger Cruz
In dlls/dbghelp/dwarf.c, there is this snippet of code which appears to hard-code the calling convention to CALL_FAR_C.  Does Wine not support reporting a function's calling convention correctly then?  Is it a limitation of DWARF or just that it is not implemented?  I can see that DWARF has a

Re: [PATCH 1/5] wined3d: Use NAN.

2012-06-05 Thread Ruslan Kabatsayev
Oh, right, seems it wasn't there at the point when another patch broke the build, and I was bisecting it. Sorry for the noise. On Tue, Jun 5, 2012 at 1:53 PM, Francois Gouget wrote: > On Mon, 4 Jun 2012, Ruslan Kabatsayev wrote: > >> Hello, >> >> This patch stops wine from building on my system w

Re: [1/5] msi: Add support for 64-bit registry components.

2012-06-05 Thread Jacek Caban
On 6/5/12 8:48 PM, Hans Leidekker wrote: On Tue, 2012-06-05 at 20:35 +0200, Alexandre Julliard wrote: Hans Leidekker writes: --- dlls/msi/action.c| 30 +++--- dlls/msi/msi_main.c |1 + dlls/msi/msipriv.h |1 + dlls/msi/package.c |2 - dlls/msi/

Re: [1/5] msi: Add support for 64-bit registry components.

2012-06-05 Thread Hans Leidekker
On Tue, 2012-06-05 at 20:35 +0200, Alexandre Julliard wrote: > Hans Leidekker writes: > > > --- > > dlls/msi/action.c| 30 +++--- > > dlls/msi/msi_main.c |1 + > > dlls/msi/msipriv.h |1 + > > dlls/msi/package.c |2 - > > dlls/msi/tests/install.c | 140

Re: [1/5] msi: Add support for 64-bit registry components.

2012-06-05 Thread Alexandre Julliard
Hans Leidekker writes: > --- > dlls/msi/action.c| 30 +++--- > dlls/msi/msi_main.c |1 + > dlls/msi/msipriv.h |1 + > dlls/msi/package.c |2 - > dlls/msi/tests/install.c | 140 > ++ > 5 files changed, 162 in

Re: [1/2] user32: Add a test to demonstrate the z-order problem for a top level window with a region.

2012-06-05 Thread Alexandre Julliard
Dmitry Timoshkov writes: > --- > dlls/user32/tests/win.c | 56 > +++ > 1 file changed, 56 insertions(+) It doesn't work here: ../../../../wine/tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so ../../../../wine/dlls/user32/t

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread James Eder
>> >> You obviously have absolutely no idea what the wine-mono package is for. >> You should read up and apologize. >> >> > NO APOLOGY!  You are missing the point. > You are missing the point. You're argument lacks weight because you clearly have no idea what you're talking about. One cannot bas

Re: [2/2] server: Make sure that region and rectangle have the same origin before calling rect_in_region().

2012-06-05 Thread Alexandre Julliard
Dmitry Timoshkov writes: > @@ -2457,7 +2457,9 @@ DECL_HANDLER(update_window_zorder) > if (!(ptr->style & WS_VISIBLE)) continue; > if (ptr->ex_style & WS_EX_TRANSPARENT) continue; > if (!intersect_rect( &tmp, &ptr->visible_rect, &rect )) continue; > -if (ptr->win

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Vincent Povirk
> If it is NOT a linux native interface, it is NOT an analog of 'mono'. Mono is available on many platforms, including Windows. What we have is a fork/package of Mono that is built for Windows and only used by Wine's internals. If Mono is "contaminated" then our package is just as much so. On Win

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Max TenEyck Woodbury
On 06/05/2012 03:00 AM, Francois Gouget wrote: On Mon, 4 Jun 2012, Max TenEyck Woodbury wrote: [...] A native MSWindows application that wants .net support would either connect to the installed dll that provides the required services or install such a dll. It would know nothing about 'mono'. I

Re: [PATCH 5/5] d3dcompiler: Parse variable declarations.

2012-06-05 Thread Matteo Bruni
2012/6/5 Matteo Bruni : > 2012/6/5 Rico Schüller : >> Am 05.06.2012 13:08, schrieb Matteo Bruni: >> >>> 2012/6/5 Stefan Dösinger: Am Montag, 4. Juni 2012, 17:58:24 schrieb Matteo Bruni: > > +struct hlsl_type > +{ > ... > +    unsigned int dimx; > +    unsigned int

Re: [PATCH 5/5] d3dcompiler: Parse variable declarations.

2012-06-05 Thread Matteo Bruni
2012/6/5 Rico Schüller : > Am 05.06.2012 13:08, schrieb Matteo Bruni: > >> 2012/6/5 Stefan Dösinger: >>> >>> Am Montag, 4. Juni 2012, 17:58:24 schrieb Matteo Bruni: +struct hlsl_type +{ ... +    unsigned int dimx; +    unsigned int dimy; ... +}; >>> >>> One t

Re: [4/5] msi/tests: Use only uppercase characters for the PID_REVNUMBER property.

2012-06-05 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18792 Your paranoid android

Re: [PATCH 5/5] d3dcompiler: Parse variable declarations.

2012-06-05 Thread Rico Schüller
Am 05.06.2012 13:08, schrieb Matteo Bruni: 2012/6/5 Stefan Dösinger: Am Montag, 4. Juni 2012, 17:58:24 schrieb Matteo Bruni: +struct hlsl_type +{ ... +unsigned int dimx; +unsigned int dimy; ... +}; One thing I noticed when I wrote my compiler was that a float1x1 is not the same as a fl

Re: [1/5] msi: Add support for 64-bit registry components.

2012-06-05 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=18791 Your paranoid android

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Dmitry Timoshkov
Jacek Caban wrote: > >> BTW, did you test the app on Windows with disabled BSTR cache? It's easy > >> to do by setting OANOCACHE environment variable before running the app. > >> If that breaks the app, then indeed the app is broken in a way that it > >> depends on BSTR cache behaviour. > > It's

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Jacek Caban
On 06/05/12 13:31, Dmitry Timoshkov wrote: > Jacek Caban wrote: > >> BTW, did you test the app on Windows with disabled BSTR cache? It's easy >> to do by setting OANOCACHE environment variable before running the app. >> If that breaks the app, then indeed the app is broken in a way that it >> depe

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Alexandre Julliard
Dmitry Timoshkov writes: > Alexandre Julliard wrote: > >> That doesn't seem very useful. What use case would there be for an app >> to rely on some random 75% of its strings to remain valid? > > Although the test is about statistics, my intention was to show that BSTR > cache in Wine corrupts ca

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Dmitry Timoshkov
Jacek Caban wrote: > BTW, did you test the app on Windows with disabled BSTR cache? It's easy > to do by setting OANOCACHE environment variable before running the app. > If that breaks the app, then indeed the app is broken in a way that it > depends on BSTR cache behaviour. It's easy to test un

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Jacek Caban
Hi Dmitry, On 06/05/12 13:05, Dmitry Timoshkov wrote: > Alexandre Julliard wrote: > >> That doesn't seem very useful. What use case would there be for an app >> to rely on some random 75% of its strings to remain valid? > Although the test is about statistics, my intention was to show that BSTR >

Re: [PATCH 5/5] d3dcompiler: Parse variable declarations.

2012-06-05 Thread Matteo Bruni
2012/6/5 Stefan Dösinger : > Am Montag, 4. Juni 2012, 17:58:24 schrieb Matteo Bruni: >> +struct hlsl_type >> +{ >> ... >> +    unsigned int dimx; >> +    unsigned int dimy; >> ... >> +}; > One thing I noticed when I wrote my compiler was that a float1x1 is not the > same as a float1 or float. I did

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Dmitry Timoshkov
Alexandre Julliard wrote: > That doesn't seem very useful. What use case would there be for an app > to rely on some random 75% of its strings to remain valid? Although the test is about statistics, my intention was to show that BSTR cache in Wine corrupts cached strings. I could try to figure o

Re: [PATCH 1/5] wined3d: Use NAN.

2012-06-05 Thread Francois Gouget
On Mon, 4 Jun 2012, Ruslan Kabatsayev wrote: > Hello, > > This patch stops wine from building on my system with following errors: > > In file included from arb_program_shader.c:35:0: > wined3d_private.h: In function ‘float_16_to_32’: > wined3d_private.h:203:21: error: ‘NAN’ undeclared (first use

Re: oleaut32: Add a test for BSTR cache. Take 3.

2012-06-05 Thread Alexandre Julliard
Dmitry Timoshkov writes: > +for (i = 0; i < sizeof(bstr)/sizeof(bstr[0]); i++) > +{ > +INTERNAL_BSTR *data = Get(bstr[i]); > + > +for (j = 0; j < i; j++) str[j] = '0' + i % 10; > + > +if (data->dwLen == i * sizeof(WCHAR)) > +good_length_entries++; > +

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Hin-Tak Leung
--- On Tue, 5/6/12, Max TenEyck Woodbury wrote: > The issue is access from linux native code to the .net > framework.  Please stop your anti-mono ranting. You have no idea what you are talking about. wine-mono is an modified version of a *win32* build of mono. wine-mono does not interact with

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Hin-Tak Leung
--- On Mon, 4/6/12, Max TenEyck Woodbury wrote: > On 06/04/2012 03:05 AM, Frédéric > Delanoy wrote: > > On Mon, Jun 4, 2012 at 8:35 AM, Dan Kegel  > wrote: > >> On Sun, Jun 3, 2012 at 11:20 PM, Frédéric > Delanoy > >>   > wrote: > >>> On Sun, Jun 3, 2012 at 7:02 PM, Dan Kegel  > wrote: > htt

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Michael Stefaniuc
On 06/05/2012 08:53 AM, Max TenEyck Woodbury wrote: > The issue is access from linux native code to the .net > framework. That should require a specific decision on the > part of the system administrator to make it available. It is > that package that I believe is called 'mono'. I have taken > s

Re: http://winetricks.googlecode.com/svn/trunk/src/install-gecko.sh also installs mono

2012-06-05 Thread Francois Gouget
On Mon, 4 Jun 2012, Max TenEyck Woodbury wrote: [...] > A native MSWindows application that wants .net support would either > connect to the installed dll that provides the required services or > install such a dll. It would know nothing about 'mono'. It is only > non-MSWindows platform programs