Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

library files

Status
Not open for further replies.

nicasa

Programmer
Feb 3, 2003
54
ES
Hi All,

Can someone please explain in simple terms the difference between a (library).lib file and a .dll file ?

Thanks,

bigSteve
 
Functions in a lib file are statically linked into the executable.

Functions in a dll file are retrieved during run-time, actually a part of the dll is executed. These dll functions can be changed without recompiling the exe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top