http://bugs.winehq.org/show_bug.cgi?id=1513
------- Additional Comments From jr-winebugs(a)quo.to 2005-10-10 18:24 -------
Created an attachment (id=1148)
--> (http://bugs.winehq.org/attachment.cgi?id=1148&action=view)
Example code
Here's a simple example program that illustrates the difference between Windows
and Wine.
Try running the code on Windows (95 or later). Press F1. The program displays:
"Got 0x4d message. Pass it to DefWindowProc?" If you answer Yes, you'll get
another message box: "Got WM_HELP message." If you answer No, Windows will not
send a WM_HELP message.
On Wine, you just get the "Got WM_HELP message" box. A 0x4d message is never
received by the application.
So, in summary, Wine's current behavior is as follows:
- F1 keystroke received
- SendMessage(..., WM_HELP, ...)
The behavior should be:
- F1 keystroke received
- PostMessage(..., 0x4d, 0, 0)
- In DefWindowProc:
case 0x4d:
SendMessage(..., WM_HELP, ...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1954
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1954
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2005-10-10 18:05 -------
I've written a test case that confirms this behavior. I'll send it to wine-patches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3290
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 17:48 -------
Closing this bug... starts up in hardware mode, and looks reasonably fast. You
don't have to click anything - it starts up by itself.
However, as you mentioned, I can't see the mouse, and I can't click anything -
further bugs should probably be opened for that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3536
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-directx |wine-misc
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-10-10 17:45 -------
Vijay Kamuju's patch has been committed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3290
------- Additional Comments From ivg2(a)cornell.edu 2005-10-10 17:33 -------
Close...actually...I have the NVIDIA server, and the ATI client.
I have every Fedora package installed (don't ask why...)
Yes, it makes a lot of sense that that would happen - ATI lib takes priority in
ld .so.conf (because its file starts with an a). I will request a conflict
between those two packages.
Well... at least something good came out of that - patch :)
I will retest, and close the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2609
------- Additional Comments From vitaliy(a)kievinfo.com 2005-10-10 16:55 -------
Could you check that you do not have prelink enabled? This was the problem for
several users on #winehq.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3541
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |wdev(a)foltman.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.