http://bugs.winehq.org/show_bug.cgi?id=24268
Summary: mono's gluezilla uses unimplemented function msvcr80._stat32 Product: Wine Version: 1.3.2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
mono bundles microsoft's msvcr80. If wine wants to provide mono as a download, we might have to remove that, at which point we might run into the following two references to stubs (found by mscodescan.pl):
./wineprefix/drive_c/Program Files/Mono-2.6.7/bin/gluezilla.dll imports following stub symbols: msvcr80:?_type_info_dtor_internal_method@type_info@@QAEXXZ msvcr80:_stat32
http://bugs.winehq.org/show_bug.cgi?id=24268
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #1 from Dan Kegel dank@kegel.com 2011-03-02 16:10:23 CST --- _stat32 implemented by:
commit 6e610f1e1a6c42877e12af98d476d5e22aaa78f7 Author: Detlef Riekenberg wine.dev@web.de Date: Sun Jan 23 17:46:30 2011 +0100
Reopen if _type_info_dtor_internal_method@type_info@@QAEXXZ is found to be a problem.
http://bugs.winehq.org/show_bug.cgi?id=24268
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2011-03-04 12:35:43 CST --- Closing bugs fixed in 1.3.15.
https://bugs.winehq.org/show_bug.cgi?id=24268
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |6e610f1e1a6c42877e12af98d47 | |6d5e22aaa78f7 CC| |focht@gmx.net