[Bug 13091] New: Input error compiling c++ sources with mingw

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 10 02:06:10 CDT 2008


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 at winehq.org
        ReportedBy: onido89 at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list