<blockquote>
<p>I doubt ABI compability can be kept if a different toolchain would be used, especially MSVC</p>
</blockquote>

<p>I'm pretty sure it can with plain C, which the plugin API is (Scintilla's C++ code is hidden behind a C-only API). I believe most compilers (MinGW specifically) interoperate with Windows ABI/calling conventions. It's the same reason an application compiled with MinGW can use Win32 DLLs/runtime (ex. user32, shell32, etc) compiled with a different compiler (presumably MSVC), or why one can use GLib/GTK+ dlls compiled by other compilers with VisualStudio/MSVC. All that should be needed in addition to the .dlls we ship are the headers, there should be no need for .lib or .a stuff.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/1072#issuecomment-226655524">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ-VUcv9ftdNF_IgdcRwceQ7N8NP2ks5qMfGrgaJpZM4I1slV">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ38syZPmGOegpxR6zQk10jiN3aDCks5qMfGrgaJpZM4I1slV.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/1072#issuecomment-226655524"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>