static library, but I still need headers?
Posted
by ML
on Stack Overflow
See other posts from Stack Overflow
or by ML
Published on 2010-04-10T02:43:50Z
Indexed on
2010/04/10
2:53 UTC
Read the original article
Hit count: 309
Hi All,
I have a bunch of projects that all could share a "common" static library of classes.
What confuses me is if I make a static library out of these classes and link against it in my projects that I still need the headers of the classes in the static library in my main projects.
What is the benefit of the static library then?
How do companies like Adobe deal with this?
© Stack Overflow or respective owner