Displaying 2 results from an estimated 2 matches for "nevcairiel".
2014 Sep 20
2
vsnprintf_s and vsnprintf
On 9/21/2014 06:58, lvqcl wrote:
> Erik de Castro Lopo wrote:
>
>>> MSVS version of vsnprintf_s is located inside (statically linked) msvcp???.lib
>>> or (dynamically linked) msvcp???.dll. They are part of MSVS runtime, and compatible
>>> with WinXP. So it is safe to use it in FLAC.
>>
>> Oh, ok. I missed this bit. I know so very little about Windows.
2014 Sep 21
0
vsnprintf_s and vsnprintf
JonY wrote:
> You could just request mingw to include a vsnprintf_s implementation for
> XP and earlier, mingw-w64 has already done so.
I use MinGW-w64: it's XhmikosR's MSYS that contains
"MinGW-w64 build of GCC/Binutils for Windows" from nevcairiel.
It has mingw-w64 3.1.0 inside.
But I thought that MinGW-w64 links with msvcrt.dll and
uses vsnprintf_s from it. Are you sure that MinGW-w64
has its own independent implementation of vsnprintf_s?