two static libraries
Posted
by user295030
on Stack Overflow
See other posts from Stack Overflow
or by user295030
Published on 2010-03-17T21:25:29Z
Indexed on
2010/03/17
21:31 UTC
Read the original article
Hit count: 616
Hi,
I am currently providing a static library using vs2008. I am in the process of building my static library. However, since I am using another static library is there a way that then i package this as a single library. The reason here is that they will be calling functions in my library that depend on that other static library (.lib). I am not sure how to go about doing that and needs some help with that.
© Stack Overflow or respective owner