Advertisement

.lib

Started by May 13, 2002 01:28 PM
2 comments, last by shakazed 22 years, 9 months ago
What does a .lib file contain? sHaKaZeD

www.shakazed.tk
functions, classes/structs, variables, whatever is needed... its a code library.
Advertisement
I think it''s just a bunch of .obj files thrown together. At least in the days of BCPP3/4 you could add/extract .objs from .libs at will.
---visit #directxdev on afternet <- not just for directx, despite the name
It depends on what kind of lib file you refer too. It could contain the various obj files - or it might just contain the fixup code for statically linking with a dll.
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man

This topic is closed to new replies.

Advertisement