[Bug 23027] New: bug
http://bugs.winehq.org/show_bug.cgi?id=23027 Summary: bug Product: Wine Version: 1.1.4 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 wery vell. But I want to start on ubuntu with wine this program worked only console window! And do not move cursor. I was used in my console program this function for click and move mouse cursor mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, x, y, 5, 10); This link is my program on rapidshare: http://rapidshare.com/files/395044353/mouseclicker.exe.html Good days -- 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=23027 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|xiecheng(a)box.az | Summary|bug |mouseclicker can't move | |mouse cursor Alias|bug | --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-04 01:25:03 --- Does your program try to simulate mouse input in other application? -- 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=23027 --- Comment #2 from Kenan <xiecheng(a)box.az> 2010-06-04 06:39:46 --- NO no All my application code that is: #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; } -- 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=23027 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-04 07:22:13 --- You need to add some message processing there. This is basically a WONTFIX. -- 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=23027 --- Comment #4 from Kenan <xiecheng(a)box.az> 2010-06-04 07:25:11 --- How I can it? And this no worked not only my program. I searched in google many programs. Example : autoclicker , mouse click. But this programs too worked with bug. Program work is click mouse any windows but programs clicked only self window. -- 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=23027 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX --- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-06-04 09:04:40 --- This is bugzilla, not a place to explain users how to program. You have to write real GUI app if you want it to have any affect on other GUI apps. Also Wine will not let you click mouse on any _non-Wine_ program. -- 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=23027 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-06-04 09:05:10 --- Closing. If you need help with using Wine refer to forum. -- 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=23027 Kenan <xiecheng(a)box.az> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|mouseclicker can't move |C++ program does not work. |mouse cursor |Mouse not cliked and NOt | |moved. -- 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=23027 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-04 10:43:02 --- *** Bug 23031 has been marked as a duplicate of this bug. *** -- 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=23027 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|C++ program does not work. |mouseclicker can't move |Mouse not cliked and NOt |mouse cursor |moved. | -- 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=23027 --- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-06-07 00:40:01 --- *** Bug 23067 has been marked as a duplicate of this bug. *** -- 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