tag:github.com,2008:https://github.com/lifelib-dev/QuantLib-DLL/releases Release notes from QuantLib-DLL 2026-02-25T14:54:00Z tag:github.com,2008:Repository/1163714526/v1.41 2026-02-26T12:34:45Z QuantLib 1.41 (Windows x64 DLL) <p>Pre-built QuantLib 1.41 as a Windows x64 DLL.</p> <p><strong>Contents of <code>QuantLib-1.41-x64-dll.zip</code>:</strong></p> <ul> <li><code>QuantLib-1.41/bin/QuantLib-x64-mt.dll</code> — Runtime DLL</li> <li><code>QuantLib-1.41/lib/QuantLib-x64-mt.lib</code> — Import library</li> <li><code>QuantLib-1.41/include/ql/</code> — QuantLib headers (patched for DLL)</li> <li><code>boost_1.87.0/</code> — Boost 1.87.0 headers</li> </ul> <p><strong>Build details:</strong></p> <ul> <li>Visual Studio 2022 (MSVC)</li> <li><code>BUILD_SHARED_LIBS=ON</code>, <code>CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON</code></li> <li>MSVC DLL CRT (<code>/MD</code>)</li> </ul> <p><strong>Usage:</strong></p> <div class="highlight highlight-source-powershell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="Expand-Archive QuantLib-1.41-x64-dll.zip -DestinationPath C:\quantlib-deps"><pre><span class="pl-c1">Expand-Archive</span> QuantLib<span class="pl-k">-</span><span class="pl-c1">1.41</span><span class="pl-k">-</span>x64<span class="pl-k">-</span>dll.zip <span class="pl-k">-</span>DestinationPath C:\quantlib<span class="pl-k">-</span>deps</pre></div> github-actions[bot]