On Sat, 31 May 2014 07:53:40 +0000 Kagamin via Digitalmars-d-learn <[email protected]> wrote:
> By dynamic linking do you mean LoadLibrary or linking with import > library? Both will work, otherwise we couldn't use Microsoft's libraries - e.g. std.windows.registry uses advapi32.dll to talk to the registry. But static linking requires that the library formats match. However, I'm afraid that I don't know enough about how linking works to know why that's a problem for static linking and not for dynamic linking. - Jonathan M Davis
