Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

I am having a two static library a.lib and b.lib(of C language) which is generated using VC6 (Visual studio 6.0) .

I want to merge these two libs into one static lib c.lib. How to do this in CLI mode?

I have seen the [merging of *nix static libs][1]. [1]: httphttps://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one I want to do the samething with VC6 static libs in CLI mode.

I am having a two static library a.lib and b.lib(of C language) which is generated using VC6 (Visual studio 6.0) .

I want to merge these two libs into one static lib c.lib. How to do this in CLI mode?

I have seen the [merging of *nix static libs][1]. [1]: http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one I want to do the samething with VC6 static libs in CLI mode.

I am having a two static library a.lib and b.lib(of C language) which is generated using VC6 (Visual studio 6.0) .

I want to merge these two libs into one static lib c.lib. How to do this in CLI mode?

I have seen the [merging of *nix static libs][1]. [1]: https://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one I want to do the samething with VC6 static libs in CLI mode.

edited title
Link
rashok
  • 13.7k
  • 17
  • 93
  • 103

How to merge two vc6windows vc static library into one

Source Link
rashok
  • 13.7k
  • 17
  • 93
  • 103

How to merge two vc6 static library into one

I am having a two static library a.lib and b.lib(of C language) which is generated using VC6 (Visual studio 6.0) .

I want to merge these two libs into one static lib c.lib. How to do this in CLI mode?

I have seen the [merging of *nix static libs][1]. [1]: http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one I want to do the samething with VC6 static libs in CLI mode.