http://bugs.winehq.org/show_bug.cgi?id=9974
Summary: Visual C++ 6 does not compile program properly Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: NEW Severity: minor Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
Created an attachment (id=8488) --> (http://bugs.winehq.org/attachment.cgi?id=8488) minimal test case
This bug is similar to bug 8335. The attached test case does not work when compiling with builtin msvcrt, but works with native msvcrt:
wine /path/to/cl.exe -Zi -c min2.cpp
http://bugs.winehq.org/show_bug.cgi?id=9974
--- Comment #1 from Lei Zhang thestig@google.com 2007-10-09 21:09:02 --- Created an attachment (id=8489) --> (http://bugs.winehq.org/attachment.cgi?id=8489) +msvcrt log
http://bugs.winehq.org/show_bug.cgi?id=9974
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2007-10-10 15:32:43 --- Should be fixed by http://source.winehq.org/git/wine.git/?a=commit;h=49864b084d298221a79b994542...
http://bugs.winehq.org/show_bug.cgi?id=9974
Lei Zhang thestig@google.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Lei Zhang thestig@google.com 2007-10-10 15:39:20 --- confirmed fixed.