On 11/06/2010 11:16 AM, Bernhard Übelacker wrote:
Hello, this patch checks for correct arrival of messages to a subclassed property page.
For this bug http://bugs.winehq.org/show_bug.cgi?id=12104 specifically the first WM_SIZE message is interesting which is not sent in wine.
I have changed the patch based on the feedback I got on my first mail. (http://www.winehq.org/pipermail/wine-devel/2010-October/087474.html)
Now I am using the msg.h facilities for checking the messages.
Kind regards, Bernhard
Hi,
Ever since this patch the shell32:shlexec tests fail on NT4 and W2K:
http://test.winehq.org/data/tests/shell32:shlexec.html
I can reproduce easily by running (on a clean Windows box):
winetest-latest.exe comctl32:propsheet shell32:shlexec
This will throw some error dialog boxes and I'm also unable to double-click items in the "Windows Explorer".
Thoughts/Ideas/Suggestions?