What is inside .lib file of Static library, Statically linked dynamic library and dynamically linked dynamic library?

Viewed 73525

What is inside of a .lib file of Static library, Statically linked dynamic library and dynamically linked dynamic library?

How come there is no need for a .lib file in dynamically linked dynamic library and also that in static linking, the .lib file is nothing but a .obj file with all the methods. Is that correct?

5 Answers
Related