Re: dlls/kernel32/tests: test failure in locale.c

2006-12-26 Thread Eric Pouech
Claudio Fontana a écrit : Hello, while tweaking other things in kernel32, I noticed that latest version fails a test in locale.c: $ cd dlls/kernel32/tests $ make test ../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so locale.c touch locale.ok locale.c:1990:

Re: oleaut32: preliminary support for VT_DISPATCH as parameters to VarAdd (and other 2-operand operations) (try 3)

2006-12-26 Thread Alexandre Julliard
[EMAIL PROTECTED] writes: This is another attempt to add IDispatch support to several 2-operand functions. Now the macro was removed and the VT_DISPATCH handling was copied to every affected function. Thanks, it's better that way. Still, it seems to me you don't always clean the variants

make test failure

2006-12-26 Thread Kai Blin
Hi folks, over christmas, I decided to give make test another try. I'm running this on an openSUSE 10.1 box, ati radeon mobility x300 with open source drivers. (Probably unimportant for the errors I'm getting) My procedure to get the tests setup were: export WINEPREFIX=~/.wine-test rm -rf

Re: oleaut32: Fix failing VarMod tests in WinXP, fix VarMod(VT_DECIMAL) in Wine

2006-12-26 Thread Alex Villací­s Lasso
Robert Shearman escribió: [EMAIL PROTECTED] wrote: In a preparation for a possible implementation of IDispatch tests in oleaut32, I decided to clean up the failing tests in Windows XP: Great, thanks for fixing this. I was about to do this myself. It's about time we get the number of

window managment bug

2006-12-26 Thread Clinton Stimpson
Does bug #6006 fall under window management? When buttons are turned invisible, the invalidated area in the parent window is not repainted, so it looks like the button is still there. Also, there's two invisible buttons that seem to repaint themselves when the parent window resizes, clicking

Re: [Winmm/winealsa] Don't use asynchronous callbacks in dsound any more

2006-12-26 Thread Maarten Lankhorst
2006/12/25, Eric Pouech [EMAIL PROTECTED]: Maarten, nice work on Alsa (which is definitively needed !!) a couple of comments: - I know the winmm code (and drivers) is crippled by bad synchronisation tricks (like cleaning a field in a structure to signal a thread). This is bad (TM). So I'd

Re: [Winmm/winealsa] Don't use asynchronous callbacks in dsound any more

2006-12-26 Thread Eric Pouech
Maarten Lankhorst a écrit : 2006/12/25, Eric Pouech [EMAIL PROTECTED]: Maarten, nice work on Alsa (which is definitively needed !!) a couple of comments: - I know the winmm code (and drivers) is crippled by bad synchronisation tricks (like cleaning a field in a structure to signal a thread).

Re: make test failure

2006-12-26 Thread Dmitry Timoshkov
Kai Blin [EMAIL PROTECTED] wrote: over christmas, I decided to give make test another try. I'm running this on an openSUSE 10.1 box, ati radeon mobility x300 with open source drivers. (Probably unimportant for the errors I'm getting) My procedure to get the tests setup were: export

Re: Vijay Kiran Kamuju : comctl32: MonthCalendar - Fix highlighting of current date.

2006-12-26 Thread Vijay Kiran Kamuju
Hi, It did it for me. when I did the tests. I will check again. Currently I am out of net access for atleast 2 weeks. Shifting to a new room(hostel). So I will test it soon, please bear with me, and also please test with my other patch(month calander one). May be I should leave that for Dan's