What are .lib Files ?
.lib gets its name from Library . Files with the LIB extension are a library of information used by a particular program. It can store a variety of information, which can include real objects such as functions, constants, text, images, or other media referenced by a program.
LIB is a static library where functions and procedures can be placed and called while the application is being compiled.