Managing Import Libraries (IMPLIB)

IMPLIB creates import libraries used to link dynamic-link libraries with applications.

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

What Are Import Libraries?

Import libraries are similar in some respects to standard libraries:

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

Why Use Import Libraries?

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


[Back: Using a Command Line]
[Next: Running IMPLIB]