[Bug 8419] wine console ignores conio.h

Wine Bugs wine-bugs at winehq.org
Fri May 18 04:06:02 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8419





------- Additional Comments From lich at math.spbu.ru  2007-18-05 04:06 -------
> when i execute conio_demon.exe like this it seems to work ok
> wineconsole --backend=user conio_demo.exe -dedicate
> it doesn't in wine cmd. .

wineconsole --backend=user ... is the only way that supposed to work. Other 
backends (curses, pure tty) should not be used in this case.

> Also the getch() and kbhit() functions seem to give problems...
Yes, they do. While working on console I've noticed that they can be triggered 
on mouse events too! I do not know why, to work around this I just remove mouse 
pointer from wine console window.


> my program still failes in wineconsole
I've tried both examples with --backend=user and did not notice any problem.
All demos pass OK, and menu works too.


-- 
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.



More information about the wine-bugs mailing list