logoalt Hacker News

flohofwoetoday at 3:53 PM1 replyview on HN

It's useful for closed-source developers who want to sell their libraries as precompiled binary blobs for static linking, but as soon as MSVC is involved that idea of "one library for different compilers" is out the window anyway ;)

For areas like application plugins via DLLs it's the OS ABI that matters.


Replies

ueckertoday at 5:49 PM

It is also relevant for dynamic linking on all Linux binary distributions.