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 Alexpux
13 июня 2014 г., в 13:35, Roland Winklmeier написал(а): > Are you sure? The last commit in 'stable / v3.x / mingw-w64-crt / secapi / ' > is r5820. > If you are talking about git, you are right, but it is missing in SVN 3.x. > MinGW-builds is using SVN > (http://sourceforge.net/projects/ming

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

2014-06-13 Thread Roland Winklmeier
Are you sure? The last commit in 'stable / v3.x / mingw-w64-crt / secapi / ' is r5820. If you are talking about git, you are right, but it is missing in SVN 3.x. MinGW-builds is using SVN ( http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-build

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

2014-06-13 Thread 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 is > not available in XP's Winapi and running Qt5 executables fail with an error > message that

[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