News

This is the difference between a static library and a DLL/shared object: a DLL is linked at the DLL's build time and then references to the DLL are resolved at runtime by the dynamic linker (e.g ...