Import libraries are created by IMPLIB and are used to link DLLs with applications.

Import libraries are somewhat similar to standard libraries:

However, import libraries differ from standard libraries in that they contain no executable code. Rather, they identify the DLLs where the executable code can be found at run time.

Creating import libraries is an extra step. Nevertheless, import libraries are recommended for use with all DLLs for two reasons:


[Back] [Next]