Dear experts,
is it possible to include dependend library into target library at compile
time (when creating static library) in VS 2003.
Thank you
Carl Daniel [VC++ MVP] - 19 Mar 2006 17:14 GMT
> Dear experts,
> is it possible to include dependend library into target library at
> compile time (when creating static library) in VS 2003.
Just add the other libraries into your project. They should be merged into
the resulting library automatically.
-cd