Displaying 3 results from an estimated 3 matches for "_vswprintf".
Did you mean:
_vsnprintf
2011 Oct 12
2
Error when trying to run DivX player
...rwarded_export function not found for forward 'msvcrt.__CxxFrameHandler3' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._vswprintf' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._localtime64' used by L"C:\\windows\\system32\\msvcr80.dll". I...
2011 Sep 09
0
Wine release 1.3.28
...tion.
mshtml: Added HTMLAttributeCollection_invoke implementation.
mshtml/tests: Added IHTMLAttributeCollection IDispatchEx tests.
mshtml: Removed typo from HTMLDOMChildrenCollection_invoke function.
mshtml: Added more IHTMLElement_{put, get}_onclick tests.
msvcrt: Fix _vswprintf* arguments.
Ri?ardas Barkauskas (2):
wined3d: Add support for Nvidia GT 555M.
ddraw: Don't allow SetPalette on mipmap sublevels instead of root surfaces.
Stefan D?singer (20):
ddraw: Don't re-write the surface's pixelformat.
ddraw: Trust wined3d to give us what...
2010 May 07
0
Wine release 1.1.44
...ban (53):
msvcrt: Format strings according to specified locale in pf_vsnprintf.
msvcrt: Add parameters to mimic *_s function behaviour in pf_vsnprintf.
msvcrt: Added _vsnprintf* implementation.
msvcrt: Added _vsnwprintf* implementation.
msvcrt: Added implementations of _vswprintf* functions.
msvcrt: Fix multiple locales parsing in _create_locale.
msvcrt: Added implementation of __crtGetStringTypeW.
msvcrt/tests: Added setlocale tests.
msvcrt/tests: Added __crtGetStringTypeW tests.
msvcrt: Return correct strings in setlocale.
msvcrt: Added...