sigmoid

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

Browsing Posts tagged icu

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 […]

The final MS Visual Studio 2017 came out a couple of days ago, so I am starting to build the precompiled libraries for the included compiler too. The ICU v58.2 is the first library I have built successfully and it is available at the Precompiled ICU page. Note, that the respective built batch script has […]

The latest ICU 58.2 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). You can fetch it as usual in the Precompiled ICU page. Older ICU builds are hosted in the Precompiled ICU (Past Builds) page. Any feedback is […]

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 […]

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 […]