Hello, dear all,
I have a static library project A.lib. And this library also use the
other library B.lib.
The IDE is VS2005. I want to know, when A.lib was build out, will it
also contain the B.lib code automatically? Or, I have to deliver both
A.lib and B.lib?
Is there any configuration to set?
Chris Saunders - 25 Jun 2007 03:56 GMT
If your building using static libs you don't need to include either in your
delivery.
Regards
Chris Saunders
> Hello, dear all,
>
[quoted text clipped - 5 lines]
>
> Is there any configuration to set?
Ben Voigt [C++ MVP] - 25 Jun 2007 06:43 GMT
> Hello, dear all,
>
[quoted text clipped - 5 lines]
>
> Is there any configuration to set?
You can use the LIB.EXE tool to make a single library containing both.
sealo - 26 Jun 2007 02:47 GMT
> > Hello, dear all,
>
[quoted text clipped - 7 lines]
>
> You can use the LIB.EXE tool to make a single library containing both.
Thank you!
I will find some information to this tool lib.exe.