Hello,
On Linux (Redhat 9.0, wine-2003-06-18), when I run this program under wine:
%./mouse
The result is supposed to "left button of mouse is pressed then released", but here my result is "the cursor moves to the most left-up conner of the screen".
I tried to run mouse.exe generated by Visual Studio under wine:
%wine ./mouse.exe
Get the same result.
Thanks for help.
"Dimitrie O. Paun" dpaun@rogers.com wrote: On August 8, 2003 07:54 pm, dd jj wrote:
I have ported a windows code to linux using winemaker: it works fine on windows, but doesn't work on linux, Could anyone give some comments on this problem?
In what sense doesn't it work?