Re: winhlp32 implementation

2006-10-27 Thread Kirill K. Smirnov
Eric, there is a mess in winhelp and winhlp32 in Context and Topic concept: what winhelp calls topic, winhlp32 calls context, and what winhelp calls Context winhlp32 calls Topic without CNT section. So, the buttons are messed too. I suspect there are other features. We couldn't implement

Failing shlfolder test

2006-10-27 Thread Francois Gouget
Just for information, a week ago or so, the shlfolder has started failing systematically (on a fresh ~/.wine directory as well as after round of tests): ../../../tools/runtest -q -P wine -M shell32.dll -T ../../.. -p shell32_test.exe.so shlfolder.c touch shlfolder.ok shlfolder.c:366: Test

Re: Failing shlfolder test

2006-10-27 Thread martin pilka
Unfortunately I don't have the exact date because I did not keep a history of my nightly test runs (but I do now). Have a look here:

Re: Truetype fonts installed by Wine

2006-10-27 Thread Huw Davies
On Thu, Oct 26, 2006 at 04:27:32PM -0700, Lei Zhang wrote: I noticed wine-0.9.23 builds 5 fonts, but the only one that gets installed is marlett. Why aren't the other fonts getting installed? Did someone just forget to add them to the makefile? No, the other four are intermediate steps in

Re: Failing shlfolder test

2006-10-27 Thread Francois Gouget
On Fri, 27 Oct 2006, martin pilka wrote: Unfortunately I don't have the exact date because I did not keep a history of my nightly test runs (but I do now). Have a look here:

Re: msi: Read component states from registry, then check their files exist.

2006-10-27 Thread Alexandre Julliard
Mike McCormack [EMAIL PROTECTED] writes: --- dlls/msi/action.c | 27 +++ 1 files changed, 19 insertions(+), 8 deletions(-) This breaks the tests: ../../../tools/runtest -q -P wine -M msi.dll -T ../../.. -p msi_test.exe.so install.c touch install.ok install.c:631:

wined3d: Draw*PrimitiveUP NULL vs 0

2006-10-27 Thread Karsten Elfenbein
Is there a reason why the lines in the patch are there or should I send it to wine-patches? =0 or =NULL looks a bit strange to me. Karsten strange.diff Description: Binary data

Re: wined3d: Draw*PrimitiveUP NULL vs 0

2006-10-27 Thread Karsten Elfenbein
nvm Forget this -Ursprüngliche Nachricht- Von: Karsten Elfenbein [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 27. Oktober 2006 18:02 An: 'wine-devel@winehq.org' Betreff: wined3d: Draw*PrimitiveUP NULL vs 0 Is there a reason why the lines in the patch are there or should I send it to

Re: Tracking memory allocation

2006-10-27 Thread Jeff L
Robert Shearman wrote: Jeff L wrote: Robert Shearman wrote: Yes, it does. You can look at dlls/ntdll/tests/rtl.c to see how the functions can be used. Yep can see how that works now. If I run out of handles, how do I reallocate the table or add to it? You can't. It is intended to be

Re: Failing shlfolder test

2006-10-27 Thread martin pilka
Actually the shlfolder test seems to succeed on your machine and it is the shlexec and shlfileop tests that are failing (and are working for me). Are you using a freshly generated ~/.wine directory? Before each make test, ~/.wine dir is erased and generated again. Is that enough? Martin