http://bugs.winehq.org/show_bug.cgi?id=27633
Summary: Missing StrToInt64Ex in SHLWAPI.DLL Product: Wine Version: unspecified Platform: x86 OS/Version: All Status: UNCONFIRMED Severity: major Priority: P2 Component: shlwapi AssignedTo: wine-bugs@winehq.org ReportedBy: carlo.bramix@libero.it
StrToInt64ExW (Unicode) and StrToInt64ExA (Ascii) are missing in SHLWAPI.DLL
http://msdn.microsoft.com/en-us/library/bb773450%28v=vs.85%29.aspx
At time of writing, this bug persists in all WINE versions, including the latest sources in the repository.
http://bugs.winehq.org/show_bug.cgi?id=27633
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2011-06-28 04:22:19 CDT --- Could you specify a program that needs that?
http://bugs.winehq.org/show_bug.cgi?id=27633
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.23
http://bugs.winehq.org/show_bug.cgi?id=27633
--- Comment #2 from Carlo Bramini carlo.bramix@libero.it 2011-06-29 08:22:44 CDT --- I discovered the problem by trying a programme written by me.
http://bugs.winehq.org/show_bug.cgi?id=27633
--- Comment #3 from Carlo Bramini carlo.bramix@libero.it 2011-07-14 05:50:03 CDT --- Perhaps I will be wrong, but for implementing StrToInt64ExA/W it is just required to copy the implementation of StrToIntExA/W and to modify it for using LONGLONG type instead. In that manner, StrToIntA/W and StrToIntExA/W will become a subset of StrToInt64ExA/W, by returning the LowPart field of a LARGE_INTEGER union.
http://bugs.winehq.org/show_bug.cgi?id=27633
Sylvain Petreolle spetreolle@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |spetreolle@yahoo.fr
http://bugs.winehq.org/show_bug.cgi?id=27633
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |other
--- Comment #4 from Austin English austinenglish@gmail.com 2012-02-23 15:21:14 CST --- Removing deprecated 'All' OS.
http://bugs.winehq.org/show_bug.cgi?id=27633
--- Comment #5 from Carlo Bramini carlo.bramix@libero.it 2012-03-17 04:44:43 CDT --- With the commit of patch:
http://source.winehq.org/patches/data/84203
this bug seems resolved in version 1.5.0
http://bugs.winehq.org/show_bug.cgi?id=27633
Vitaliy Margolen vitaliy-bugzilla@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a1af8395165a85c086745dd224f | |105c07c983fdc Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from Vitaliy Margolen vitaliy-bugzilla@kievinfo.com 2012-03-17 09:37:23 CDT --- Implemented indeed.
http://bugs.winehq.org/show_bug.cgi?id=27633
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2012-03-30 13:34:46 CDT --- Closing bugs fixed in 1.5.1.
http://bugs.winehq.org/show_bug.cgi?id=27633
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.4.x
http://bugs.winehq.org/show_bug.cgi?id=27633
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.4.x |---