Question: In Windows a static library has the extension .lib and a dynamic library has the extension .dll. Static libraries are linked into the program by
In Windows a static library has the extension .lib and a dynamic library has the extension .dll. Static libraries are linked into the program by the linker. Dynamic libraries are loaded into the program by the loader. Based on what you now know about the linker and loader as describes in the links above- what are the advantages and disadvantages of static and dynamic libraries and when would you use one or the other?
Step by Step Solution
There are 3 Steps involved in it
Static libraries lib are linked into the program during the compilation process ... View full answer
Get step-by-step solutions from verified subject matter experts
