sigmoid

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

Browsing Posts tagged visual studio

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

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

I just compiled the OpenSSL v1.0.1p for all popular MSVC compilers, including MSVC 2015. You can download it (+ the scripts to build it yourself) in the Precompiled OpenSSL page. I basically ported the code from 1.0.2d that fixes a bug that prevents 1.0.1p to be compiled with MSVC 2015. For reference see my bug […]

I just compiled the OpenSSL v1.0.2d with MSVC 2015. You can download it (+ the scripts to build it yourself) in the Precompiled OpenSSL page. I have also tried building OpenSSL v1.0.1p for MSVC 2015, but the static builds fail, so I decided against posting an incomplete set. 0