Re: [Mingw-w64-public] Add secapi wrapper for sprintf_s

2014-06-13 Thread Roland Winklmeier
mingw-builds are switched to build stable crt from git already. > > Regards, > Alexey. > > build-info.txt latest 4.8.3 build name : i686-mingw-w64-crt-v3-nomulti type : svn revision : 6638 url : http://svn.code.sf.net/p/mingw-w64/code/stable/v3.x/mingw-w64-crt build-

Re: [Mingw-w64-public] Add secapi wrapper for sprintf_s

2014-06-13 Thread Roland Winklmeier
ilds/mingw-builds/) 2014-06-13 11:22 GMT+02:00 JonY : > On 6/13/2014 16:17, Roland Winklmeier wrote: > > Hi there, > > > > there was a patch early this year (January 2014) to fix Windows XP > > compatibility issues in Qt5. The problem was/is basically that sprintf_s >

[Mingw-w64-public] Add secapi wrapper for sprintf_s

2014-06-13 Thread Roland Winklmeier
Hi there, there was a patch early this year (January 2014) to fix Windows XP compatibility issues in Qt5. The problem was/is basically that sprintf_s is not available in XP's Winapi and running Qt5 executables fail with an error message that symbol of sprintf_s is not found. As far as I understand