http://bugs.winehq.org/show_bug.cgi?id=9333
--- Comment #2 from Ed Centanni ecentanni@lsijax.com 2007-08-15 16:17:25 --- This is an in-house program developed on windows and ported to Linux via winelib. It uses all win32 calls and no MFC. I am compiling the application from source code.
I am testing by outputing trace printf statements to stdout in the WndProc function that handles all messages for the main window. There is only one window created by the application. Output is seen in the terminal when a WM_LBUTTONDOWN message is (rarely) received.
The program is running directly on the target platform -- no virtual desktops, etc.
The problem is considered critical to the successful deployment of this application on Linux. If it is not solved I will have to re-write the application using a different cross-platform framework.
Any help would be appreciated.