Storing Object Code in Static Libraries

Another way to organize source code used by several projects is to build a static library (.LIB) containing the object files for the reused procedures. You can create a static library:

After you have created a static library, you can use it to build any of the other types of Visual Fortran projects.

For more information: