http://bugs.winehq.org/show_bug.cgi?id=8419
------- Additional Comments From lich@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.