sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged coding

I have built ICU v59.1 with MSVC 2015 & 2017 which are available at the Precompiled ICU page. In the respective archives you will find, as always, the dynamic and statically linked libraries. Note that ICU cannot be built with any of the older MSVC compilers, as support has been dropped upstream. Thus only MSVC […]

Update 03/11/2016: I have patched the sources to fix the problem mentioned in my original post. I have submitted that patch also to ICU upstream ticket: 12840 The latest ICU 58.1 is compiled with MSVC 2008, 2010, 2012, 2013 and 2015. The precompiled static libraries are linked against the static MSVC runtimes (/MT instead of […]

I uploaded my builds of Qt v5.6.1-1 and Qt v5.7.0, you can check them out at the Precompiled Qt4 and Qt5 page. I was able to build the Qt v5.7.0 with MSVC 2013 and 2015 from the official sources, older compilers can no longer build Qt 5.7.x since C++11 support by the compiler is necessary. […]

I finally uploaded my builts of Qt v5.6.1 (snapshot) and Qt v5.7.0 Release Candidate, you can check them out at the Precompiled Qt4 and Qt5 page. I was able to build Qt v5.7.0 RC with MSVC 2013 and 2015, older compilers seem to have issues. As for Qt v5.6.1 it was not possible to build […]

Just finished compiling Boost 1.61 for all popular MSVC compilers, MSVC 2008 through 2015. Since 1.60, I made a patch to enable Boost.Locale and Boost.Regex to link against static ICU, which is not supported upstream. You can download scripts, patches, etc. at the Precompiled Boost page, as always. For older releases head to the Precompiled […]