DLL Hell 2.0

2009-10-05 Thread Austin English
http://developers.slashdot.org/story/09/10/04/1956225/Side-By-Side-Assemblies-Bring-DLL-Hell-20 Interesting read... -- -Austin

Re: [PATCH 4/7] comctl32/monthcal: Remove today rectangle and focus drawing code from loops

2009-10-05 Thread Nikolay Sivov
Michael Stefaniuc wrote: Hello Nikolay, On 10/05/2009 09:12 PM, Nikolay Sivov wrote: Fixes corrupted drawing on multiselection mode Changelog: - remove today rectangle and focus drawing code from loops > @@ -482,11 +485,7 @@ static BOOL MONTHCAL_SetDayFocus(MONTHCAL_INFO *infoPtr, const

CPPCheck run for today October 5,09

2009-10-05 Thread chris ahrendt
[/home/cahrendt/wine-git/dlls/ntdll/server.c:802]: (error) Resource leak: fd [/home/cahrendt/wine-git/dlls/ntdll/server.c:882]: (error) Resource leak: fd_cwd [/home/cahrendt/wine-git/dlls/winex11.drv/xfont.c:2963]: (possible error) Resource leak: fd [/home/cahrendt/wine-git/libs/wine/mmap.c:288]:

Re: [PATCH 4/7] comctl32/monthcal: Remove today rectangle and focus drawing code from loops

2009-10-05 Thread Michael Stefaniuc
Hello Nikolay, On 10/05/2009 09:12 PM, Nikolay Sivov wrote: Fixes corrupted drawing on multiselection mode Changelog: - remove today rectangle and focus drawing code from loops > @@ -482,11 +485,7 @@ static BOOL MONTHCAL_SetDayFocus(MONTHCAL_INFO *infoPtr, const SYSTEMTIME *st) >

Re: Image List tests for comctl32 v6

2009-10-05 Thread André Hentschel
Joel Holdsworth schrieb: >>> It works for precreated manifest as a separate file (not compiled in), >>> isn't it? If so you could do a trick that >>> I spotted here >>> http://www.winehq.org/pipermail/wine-patches/2009-September/078869.html >>> for a first time - >>> here another process is created

Re: Owen Rudge : comctl32: Capture the mouse when performing a listview marquee selection.

2009-10-05 Thread Nikolay Sivov
Owen Rudge wrote: Hi Nikolay, - open regedit and select any branch from tree - list will display a single item. I don't have this issue - I can select any branch, and the full list of items will appear, as expected, not just a single item. No, no :). Sorry for that, I meant a branch with a s

Re: Owen Rudge : comctl32: Capture the mouse when performing a listview marquee selection.

2009-10-05 Thread Owen Rudge
Hi Nikolay, - open regedit and select any branch from tree - list will display a single item. I don't have this issue - I can select any branch, and the full list of items will appear, as expected, not just a single item. Then start marquee selection after selecting an item move pointer so

Re: Owen Rudge : comctl32: Capture the mouse when performing a listview marquee selection.

2009-10-05 Thread Nikolay Sivov
Alexandre Julliard wrote: Module: wine Branch: master Commit: b63c1cb219bf1fd3a62c39799a0f248eaa4a979f URL: http://source.winehq.org/git/wine.git/?a=commit;h=b63c1cb219bf1fd3a62c39799a0f248eaa4a979f Author: Owen Rudge Date: Fri Oct 2 16:13:26 2009 +0100 comctl32: Capture the mouse when

Re: kernel32: catch invalid memory accesses in resource enumerationhandlers

2009-10-05 Thread Dmitry Timoshkov
"Andrey Turkin" wrote: This is what Windows do as described by AF in bug 10525 (I tested it and all 3 enumeration functions indeed do catch page faults and fail gracefully). Should fix bugs 10525 and 16320. It would be better to use SEH only around the real callback call, and not around the w

Re: please test audio with WINETEST_INTERACTIVE=1

2009-10-05 Thread Jeff Zaroyko
On Mon, Oct 5, 2009 at 10:05 PM, wrote: > Hi, > > when the WINETEST_INTERACTIVE variable is set, winetest.exe and > make test perform more checks.  These are in danger of bit-rotting. > > Please test on MS-Windows as well. In a shell: > set WINETEST_INTERACTIVE=1 > winetest.exe > This may help sh

please test audio with WINETEST_INTERACTIVE=1

2009-10-05 Thread Joerg-Cyril.Hoehle
Hi, when the WINETEST_INTERACTIVE variable is set, winetest.exe and make test perform more checks. These are in danger of bit-rotting. E.g. dplayx is not tested at all without WINETEST_INTERACTIVE! Please test the sound systems using WINETEST_INTERACTIVE with and without hardware acceleration/e

Re: kernel32/tests: Pass test on error code returned by Windows 7

2009-10-05 Thread Dmitry Kislyuk
--- On Mon, 10/5/09, Paul Vriens wrote: From: Paul Vriens Subject: Re: kernel32/tests: Pass test on error code returned by Windows 7 To: "Dmitry Kislyuk" Cc: wine-devel@winehq.org Date: Monday, October 5, 2009, 12:49 AM On 10/05/2009 05:09 AM, Dmitry Kislyuk wrote: > > > --- On *Sun, 10/4/09,

Re: oleaut - SysAllocString/SysFreeString

2009-10-05 Thread Michael Stefaniuc
Peter Dons Tychsen wrote: > On Fri, 2009-10-02 at 12:56 +0200, Michael Stefaniuc wrote: >> If even Windows 7 behaves that way I figure >> we'll have to provide that "feature" too. Else the application is >> buggy >> and won't work on all Windows versions either. > > Even if it did not work in win-

Re: [PATCH] Add test case to user32 winetests for edit control contextmenu.

2009-10-05 Thread Dmitry Timoshkov
"Michael Martin" wrote: +WNDPROC editWndProc; Should be static. +static INT_PTR CALLBACK edit_control_wndproc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) INT_PTR is wrong return type for a window proc. +{ +static int timerCount = 0; +HGLOBAL cbData; +LPTSTR lptStrCop