http://bugs.winehq.org/show_bug.cgi?id=8419
Summary: wine console ignores conio.h Product: Wine Version: 0.9.37. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-console AssignedTo: wine-bugs@winehq.org ReportedBy: mail2benny@gmail.com
I had to write a program for school, windows console based, pain since i use linux. When i compiled it in windows using bloodshed dev-c++ 4.9.9.2 it worked without any known bugs (in windows). Wine cmd however seems to skip all the conio.h instructions in the program. When i execute the program in wineconsole i get "fixme:curses:WCCURSES_GetEvents Ooch. somebody beat us" which is the same problem as bug 8367 i think. I know conio.h is mainly used in old dos compilers. But it being revived. . http://conio.sourceforge.net/