On 04/03/2012 07:34 PM, Roger Cruz wrote:
How are the tools under the winapi directory used? I've tried running
them but they all complain about the same error.
~/sandbox/wine/sources/wine-1.3.36/dlls/kernel32$
~/sandbox/wine/sources/wine-1.3.36/tools/winapi/winapi_extract
winapi_extract: You m
How are the tools under the winapi directory used? I've tried running them but
they all complain about the same error.
~/sandbox/wine/sources/wine-1.3.36/dlls/kernel32$
~/sandbox/wine/sources/wine-1.3.36/tools/winapi/winapi_extract
winapi_extract: You must run this tool in the main Wine dire
Hello fellow Wine developers,
I am looking for paid programming help to help me finish a proof of concept
application that utilizes Wine. This is a short-term contract project with
terms negotiated based on your experience and ability to finish tasks in a
timely manner. The right person sh
Vincent Povirk wrote:
> I tried making a testcase for this, and I'm consistently seeing that
> native only draws text that lies inside the rectangle if a positive
> width or height are given. If I specify StringFormatFlagsNoClip then I
> see a slight difference. Without the flag, the last line of
I tried making a testcase for this, and I'm consistently seeing that
native only draws text that lies inside the rectangle if a positive
width or height are given. If I specify StringFormatFlagsNoClip then I
see a slight difference. Without the flag, the last line of text is
clipped at the given he
2012/4/3 Bruno Jesus <00cp...@gmail.com>:
> Would be:
> - Suporte para recursos de fontes escaláveis.
>
> Instead of:
> - Suporte a fontes redimensionáveis em recursos.
I'm not a developer in this area so I thought that 'scalable' meant
roughly the same as 'resizable' and that word ('redimensionáv
On Tue, Apr 03, 2012 at 12:50:18PM +0200, Marvin wrote:
> === WINEBUILD (build) ===
> Can't determine base name
A winspool vs winspool.drv thing perhaps?
Huw.
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=17661
Your paranoid android
André Hentschel writes:
> /* test srclen = 0 */
> SetLastError(0xdeadbeef);
> -ret = LCMapStringW(LOCALE_USER_DEFAULT, 0, upper_case, 0, buf,
> sizeof(buf)/sizeof(WCHAR));
> -ok(!ret, "LCMapStringW should fail with srclen = 0\n");
> +ret = LCMapStringU(0, upper_case, 0, buf
2012/4/3 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?K
2012/4/3 Michael Stefaniuc
> Hello Christian,
>
> On 04/03/2012 07:53 AM, Christian Costa wrote:
> > +/*** IUnknown methods ***/
> > +static HRESULT WINAPI IAudioDataImpl_QueryInterface(IAudioData *iface,
> REFIID riid, void **ppv)
> > +{
> > +AMAudioDataImpl *This = impl_from_IAudioData(ifac
Dmitry Timoshkov writes:
> Joey Yandle wrote:
>
>> > Why do you need to update the data in wineserver and not in the client?
>>
>> The problem is that the timer updates need to be extremely precise, or
>> they are worse than useless. So we can either do that in every wine
>> process, or do it
Hello Christian,
On 04/03/2012 07:53 AM, Christian Costa wrote:
> +/*** IUnknown methods ***/
> +static HRESULT WINAPI IAudioDataImpl_QueryInterface(IAudioData *iface,
> REFIID riid, void **ppv)
> +{
> +AMAudioDataImpl *This = impl_from_IAudioData(iface);
> +
> +TRACE("(%p/%p)->(%s,%p)\n"
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=17650
Your paranoid android
14 matches
Mail list logo