Linking multiple libraries

Mike Parker aldacron at gmail.com
Sat Nov 25 23:04:16 UTC 2017


On Saturday, 25 November 2017 at 22:43:30 UTC, A Guy With a 
Question wrote:

> Actually ignore that last comment, they are producing libs not 
> dlls. Funny how all three ways of linking work...

On Windows, when building a DLL, compilers typically produce an 
"import library" alongside it, which has a .lib extension like 
static libraries. The executable links with the import library, 
but needs to have the DLL on the system path at runtime.


More information about the Digitalmars-d-learn mailing list