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
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
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
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)
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));
> > +
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
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.
>
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
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
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
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_
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
-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
13 matches
Mail list logo