http://bugs.winehq.org/show_bug.cgi?id=13091
Summary: Input error compiling c++ sources with mingw Product: Wine Version: 1.0-rc1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: onido89@gmail.com
Hi,
i've searched for this bug but i don't know if it just exist, anyway i wanted to tell you that i've found a bug while i was compiling a source code in c++ language, that was made like this: -------------------------------------- #include <stdio.h>
int main() { int i=1; char s[40],c; while(i!=0) { printf("Number-->"); scanf("%d%c",&i,&c); printf("String->"); gets(s); } } -------------------------------------- When i try to use it in winecmd it doesn't get exactly the inputs method (it overlay the string method, it seems to ignore it...). Anyway try it for yourself if you want and i hope it will be fixed for 1.0.
Great work anyway, this is the best emulator that i've ever used ;)
Have a nice day, and keep rollin! GTOnizuka