[Bug 23031] New: BUg
http://bugs.winehq.org/show_bug.cgi?id=23031 Summary: BUg Product: Wine Version: 1.1.42 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: xiecheng(a)box.az CC: xiecheng(a)box.az Hi. MY english is very low. I was wroted mouseclicker program in c++. This program worked on Windows XP very well. But I want to start my console application in ubuntu with wine but I find bug. BUg is that: - Mouse cursor not moved! - Mouse cursor not clicked(Clicker only worked program self window! This is not needed program)! This is application code: ************************* #include <windows.h> #include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { int i , x, y; for(i=0;i<50;i++){ Sleep(5000);//5 second sleep mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, x, y, 5, 10); //MOve cursor and Click } system("PAUSE"); return EXIT_SUCCESS; } ************************ Good days. DEar moderator(`s) please no close this message. Because this is really bug wine! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23031 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC|xiecheng(a)box.az | Resolution| |DUPLICATE Summary|BUg |Unknown problem with | |unknown software Alias|BUg | --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-04 10:43:02 --- One report is enough. *** This bug has been marked as a duplicate of bug 23027 *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23031 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-04 10:43:17 --- Closing duplicate. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23031 --- Comment #3 from Kenan <xiecheng(a)box.az> 2010-06-04 12:12:06 --- This is no unknown problem! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org