http://developers.slashdot.org/story/09/10/04/1956225/Side-By-Side-Assemblies-Bring-DLL-Hell-20
Interesting read...
--
-Austin
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
[/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]:
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)
>
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
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
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
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
"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
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
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
--- 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,
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-
"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
14 matches
Mail list logo