Alexandre Julliard wrote:
> > +
> > +/* @makedep: wine_test.ttf */
> > +wine_test.ttf RCDATA wine_test.ttf
>
> How was this file created?
It was created with fontforge. Here it is in a .sfd format just in case.
--
Dmitry.
wine_test.sfd
Description: Binary data
Hi,
I would like to add some per-process information in
NtQuerySystemInformation with respect to cpu-usage.
The wine server doesn't currently expose the unix_pid so I can't use
/proc//* information.
Would it be ok to expose the unix_pid in some of the server calls (like
next_process)?
Or
On Aug 1, 2011 10:25 AM, "Alexandre Julliard" wrote:
>
> Andy Clayton writes:
>
> > + itemMenu = MENU_GetMenu(hMenu);
> > + if (itemMenu == NULL)
> > + return FALSE;
> > +
> > + if ((itemMenu->Height == 0 || itemMenu->Width == 0) &&
itemMenu->wFlags ^ MF_POPUP)
>
> That flag t
Hi,
what happened to the w9x test bots? I'd like them to run some kernel32 tests.
Testbot says "offline".
Thank you for your help,
Jörg Höhle
Dmitry Timoshkov writes:
> +
> +/* @makedep: wine_test.ttf */
> +wine_test.ttf RCDATA wine_test.ttf
How was this file created?
--
Alexandre Julliard
julli...@winehq.org
Andy Clayton writes:
> + itemMenu = MENU_GetMenu(hMenu);
> + if (itemMenu == NULL)
> + return FALSE;
> +
> + if ((itemMenu->Height == 0 || itemMenu->Width == 0) && itemMenu->wFlags
> ^ MF_POPUP)
That flag test doesn't make sense. What are you trying to check here?
--
Alexa
Francois Gouget writes:
> Update the corresponding translations.
It would be better to use Unicode printfs everywhere.
--
Alexandre Julliard
julli...@winehq.org
On Mon, 01 Aug 2011 14:05:29 +0200, Alexandre Julliard wrote:
Vitaly Perov writes:
Then, my second qustion is:
I need a big-size pictures (jpg, png, gif, bmp) for my tests.
I think I am unable to generate them in the test.
Is it normal to add them as files?
You should generate fake files, it
Vitaly Perov writes:
> Then, my second qustion is:
> I need a big-size pictures (jpg, png, gif, bmp) for my tests.
> I think I am unable to generate them in the test.
> Is it normal to add them as files?
You should generate fake files, it's not hard.
--
Alexandre Julliard
julli...@winehq.org
On Mon, 01 Aug 2011 12:45:12 +0200, Alexandre Julliard wrote:
You should not be trying to write a test that proves that Wine
crashes,
that's not interesting. What you should do is demonstrate Windows
behavior for various types of invalid input, and then make Wine
conform
to that.
As I under
Vitaly Perov writes:
> On Mon, 01 Aug 2011 14:11:31 +0400, Nikolay Sivov wrote:
>> On 8/1/2011 14:04, Vitaly Perov wrote:
>>> Is it possible to add a test to show that Wine crashes?
>> You mean inside exception handler? Test that crashes comes with or
>> after a fix that fix a crash.
>
> Yes, I h
On 8/1/2011 14:31, Vitaly Perov wrote:
On Mon, 01 Aug 2011 14:11:31 +0400, Nikolay Sivov wrote:
On 8/1/2011 14:04, Vitaly Perov wrote:
Is it possible to add a test to show that Wine crashes?
You mean inside exception handler? Test that crashes comes with or
after a fix that fix a crash.
Yes,
On Mon, 01 Aug 2011 14:11:31 +0400, Nikolay Sivov wrote:
On 8/1/2011 14:04, Vitaly Perov wrote:
Is it possible to add a test to show that Wine crashes?
You mean inside exception handler? Test that crashes comes with or
after a fix that fix a crash.
Yes, I have sent a patch that fix a crash. T
On 28/07/11 22:15, Austin English wrote:
> On Sun, May 23, 2010 at 22:45, Wolfram Sang wrote:
>>> Probably it would be better to add a field for commit id that caused
>>> a regression just like there is one for url/keywords instead of inventing
>>> new keywords. So a 'regression' with a commit id
On 8/1/2011 14:04, Vitaly Perov wrote:
Is it possible to add a test to show that Wine crashes?
You mean inside exception handler? Test that crashes comes with or after
a fix that fix a crash.
Is it possible to add a test to show that Wine crashes?
On 08/01/2011 09:09 AM, David Laight wrote:
If you have 'unsigned char bloc[]' and want to read a 32 bit LE value
you can do:
value = bloc[20 + 0];
value |= bloc[20 + 1]<< 8;
value |= bloc[20 + 2]<< 16;
value |= bloc[20 + 3]<< 24;
*offs = value;
And that is correct on
On Fri, Jul 29, 2011 at 05:48:43PM -0300, Lucas Zawacki wrote:
> Hello!
>
> Here's a lot of patches with a ConfigureDevices implementation. These
> patches can be tested with this app I built that uses ConfigureDevices
> to set up a joystick action mapping
> (https://github.com/downloads/lfzawacki
On 07/28/2011 08:31 PM, Juan Lang wrote:
This Reserved1[0] is the DPC Time but I'm wondering what values from
/proc/stat to use here (remainder[0] is I/O wait). We could always make up
something of course but being accurate would be nicer.
DPC Time has no equivalent in /proc/stat. It's an NT t
On Mon, Aug 01, 2011 at 08:31:50AM +0200, GOUJON Alexandre wrote:
>
> Sorry to disturb your conversation but the subject is worth discussing.
>
> I'm currently trying to add UDF support on wine based on Steven Wallace
> work.
> Quoting the specification : "On the media the UDF structures are sto
20 matches
Mail list logo