sigmoid

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

Browsing Posts in software

The latest ICU 57.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 /MD). In this build I have dropped the compilation of the Layout Engine, which has long been deprecated. You can fetch it as usual in the Precompiled […]

Building on Boost with ICU statically on Windows using MSVC does not link against the static ICU libraries; instead it links always against the ICU DLLs. Years after reporting this to the Boost.Locale bug tracker, and asking on the Boost users mailing list, I decided it’s time to make a step forward, as it seems, […]

I have finished patching all necessary libraries and finally compiled bug fix release Qt5 v5.5.1. It is compiled against OpenSSL v1.0.2d and MariaDB v5.5.46 with Microsoft Visual Studio 2010, 2012, 2013 and 2015! I have not tested them yet, so bear with me. You can download them at the Precompiled Qt5 page. 0

Just finished compiling Boost 1.59 for all popular MSVC compilers, MSVC 2008 through 2015. You can download them at the Precompiled Boost page, as always. Keep in mind that Boost.Locale does not link against the static ICU, only shared, therefore you may need to include the ICU dlls. These binaries are untested and are only […]

I have applied the appropriate patches for building the released ICU 55.1 for all common MSVC compilers, including MSVC 2015. As usual, you will find the binaries for download in the Precompiled ICU page. You will also find full instructions, my build batch script and the necessary patches for building them yourself, useful if you […]