LIB Reference

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
LIB Reference

The Microsoft Library Manager (LIB.exe) creates and manages a library of Common Object File Format (COFF) object files. LIB can also be used to create export files and import libraries to reference exported definitions.

NoteNote

You can start this tool only from the Visual Studio command prompt. You cannot start it from a system command prompt or from Windows Explorer.

See Also

Reference

Community Content

Thomas Lee
Using LIB from cmd.exe or batch files
At least as of the 2010 version of the Windows DDK, LIB no longer exists as its own executable. Instead, it has been merged with LINK; it is now accessed as "LINK /LIB" but is, in all other respects, unchanged as far as I can tell.