Re: Why do the wintab32 tests load the dll at runtime?

2011-03-31 Thread John Klehm
On Thu, Mar 31, 2011 at 5:27 AM, Francois Gouget wrote: > > The subject says it all. > Why do the wintab32 tests load the dll at runtime instead of simply > linking with wintab32.dll? > It was to make it easier when the dll wasn't around. I pretty sure wintab32 is not included by default with XP

Re: [PATCH] user32/tests: Fixed SetParent test on 64bit Vista

2011-03-31 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=10257 Your paranoid android

About Wine/Gecko/MSHTML

2011-03-31 Thread Artem S. Tashkinov
Hi, I have no idea to what extent and how Mozilla's Gecko library is being used in Wine (all I know is that it's used in Wine's MSHTML component), but recently a Mozilla developer made a very unsettling announcement: groups dot google dot com/d/topic/mozilla.dev.embedding/c_NMcO-N8wo/discussion

Re: d3dx9_36 [patch 2/2]: Add tests for D3DXCreateBox

2011-03-31 Thread David Adam
2011/3/31 Matteo Bruni > 2011/3/31 David Adam : > > > > > > 2011/3/31 Matteo Bruni > >> > >> 2011/3/31 David Adam : > >> > > >> > + /* Check the width */ > >> > +v1 = *((D3DXVECTOR3*)(data+19*num_bytes_per_vertex)); > >> > +v2 = *((D3DXVECTOR3*)(data+18*num_bytes_per_vertex)

Re: d3dx9_36 [patch 2/2]: Add tests for D3DXCreateBox

2011-03-31 Thread David Adam
2011/3/31 Matteo Bruni > 2011/3/31 David Adam : > > > > + /* Check the width */ > > +v1 = *((D3DXVECTOR3*)(data+19*num_bytes_per_vertex)); > > +v2 = *((D3DXVECTOR3*)(data+18*num_bytes_per_vertex)); > > +length = D3DXVec3Length(D3DXVec3Subtract(&v2,&v1,&v2)); > > +

Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-31 Thread Alexandre Julliard
Charles Davis writes: > All right. > > Do you want me to rip out the old Linux /proc/ide and /proc/scsi parsing > code, or do you want to move that over to mountmgr, too? It needs to be redone the proper way in mountmgr, matching the devices we get from HAL. -- Alexandre Julliard julli...@wine

Re: [3/3] Changing the day of month BEFORE calculating the day of week this time. (try 3)

2011-03-31 Thread Vincent Povirk
And now I screwed up the title. But I'm sure git-am will fix that. On Thu, Mar 31, 2011 at 3:58 PM, Vincent Povirk wrote: > EVERY TIME I have to do anything different I forget to attach the patch. >

Re: [PATCH] kernel32: Populate HKLM\HARDWARE\DEVICEMAP\Scsi on Mac OS.

2011-03-31 Thread Charles Davis
On 3/30/11 2:53 AM, Alexandre Julliard wrote: > Charles Davis writes: >> How do you propose to do that? The way this is done on Linux, it's >> probably fine to just build up/tear down an entry for each device that >> HAL/udev detects, but DiskArbitration only handles disks (and not other >> types

Re: d3dx9_36 [patch 2/2]: Add tests for D3DXCreateBox

2011-03-31 Thread Matteo Bruni
2011/3/31 David Adam : > > > 2011/3/31 Matteo Bruni >> >> 2011/3/31 David Adam : >> > >> > +      /* Check the width */ >> > +        v1 = *((D3DXVECTOR3*)(data+19*num_bytes_per_vertex)); >> > +        v2 = *((D3DXVECTOR3*)(data+18*num_bytes_per_vertex)); >> > +        length = D3DXVec3Length(D3DX

Re: d3dx9_36 [patch 2/2]: Add tests for D3DXCreateBox

2011-03-31 Thread Matteo Bruni
2011/3/31 David Adam : > > + /* Check the width */ > +v1 = *((D3DXVECTOR3*)(data+19*num_bytes_per_vertex)); > +v2 = *((D3DXVECTOR3*)(data+18*num_bytes_per_vertex)); > +length = D3DXVec3Length(D3DXVec3Subtract(&v2,&v1,&v2)); > +ok(fabs(length-10.0f) received %f\n

Re: msvcrt: Fix locale creation for multibyte encoding

2011-03-31 Thread Alexandre Julliard
Piotr Caban writes: > @@ -787,13 +787,15 @@ MSVCRT__locale_t MSVCRT__create_locale(int category, > const char *locale) > loc->locinfo->lc_category[MSVCRT_LC_CTYPE].locale = _strdup("C"); > } > > -for(i=0; i<256; i++) > -buf[i] = i; > - > -LCMapStringA(lcid[MSVCRT_

Why do the wintab32 tests load the dll at runtime?

2011-03-31 Thread Francois Gouget
The subject says it all. Why do the wintab32 tests load the dll at runtime instead of simply linking with wintab32.dll? Is it to make it easier to compile it with Visual C++ in case the system does not have wintab32.dll? (already the SDKs don't seem to have wintab.h) -- Francois Gouget

Re: State of AMD 3d drivers?

2011-03-31 Thread Stefan Dösinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 31.03.2011 um 08:55 schrieb Dan Kegel: > How good are AMD's 3d drivers these days? > A few years ago, the word was, if you wanted to run the > wine test suite, you'd better have an nvidia graphics chip. > Is that still true? As far as the testsuit