http://bugs.winehq.org/show_bug.cgi?id=24854
Summary: visual c++ 2010's nmake.exe needs native msvcr100.dll Product: Wine Version: 1.3.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Running nmake.exe in a new wineprefix aborts with
wine: Call from 0x7b836883 to unimplemented function msvcr100.dll._vcwprintf, aborting
mscodescan.pl finds the following unimplemented imports which we might also need:
msvcr100:_itow_s msvcr100:_putwch msvcr100:_vcwprintf msvcr100:_waccess_s msvcr100:_wcserror_s msvcr100:_wdupenv_s msvcr100:_wgetenv_s msvcr100:_wputenv_s msvcr100:_wsopen_s msvcr100:wcstok_s
http://bugs.winehq.org/show_bug.cgi?id=24854
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@orange.fr
--- Comment #1 from Eric Pouech eric.pouech@orange.fr 2010-10-24 03:16:46 CDT --- while fixing #24792, I also tested builtin msvcr80 on vc2005's nmake I'll send an implementation for wputenv_s, dupenv_s, getenv_s, putch, wcsncat_s, itow_s, cputws, vcprintf, searchenv_s (in msvcrt 8, 9 & 10) (and vc2005's nmake now starts with builtin msvcr80)
mscodescan only spits out: ./nmake.exe imports following stub symbols: msvcr80:_waccess_s msvcr80:_wcserror_s msvcr80:_wsopen_s msvcr80:wcstok_s
A+
http://bugs.winehq.org/show_bug.cgi?id=24854
--- Comment #2 from Austin English austinenglish@gmail.com 2010-11-03 13:48:18 CDT --- Some commits today: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4b6d5fd583bfc39cd7d987... http://source.winehq.org/git/wine.git/?a=commitdiff;h=5437c72fe19cf99e22e63c... http://source.winehq.org/git/wine.git/?a=commitdiff;h=71200a9818dbdf60610e7e... http://source.winehq.org/git/wine.git/?a=commitdiff;h=cff575fbb35336fe5ef5b2... http://source.winehq.org/git/wine.git/?a=commitdiff;h=f8f7b2898c46ede39e415b... http://source.winehq.org/git/wine.git/?a=commitdiff;h=d36cfcf48a788c389e6b5d... http://source.winehq.org/git/wine.git/?a=commitdiff;h=83d87f3b13f87128b44465... http://source.winehq.org/git/wine.git/?a=commitdiff;h=fc186c3bdab8c1b42e402f... http://source.winehq.org/git/wine.git/?a=commitdiff;h=356b2d2bc07aabf771908e... http://source.winehq.org/git/wine.git/?a=commitdiff;h=af2bc15eddfea046a0b283...
http://bugs.winehq.org/show_bug.cgi?id=24854
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-05-03 14:22:58 CDT --- All of these functions are now implemented.
http://bugs.winehq.org/show_bug.cgi?id=24854
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-05-13 13:33:58 CDT --- Closing bugs fixed in 1.3.20.