How do I make .lib files?

Started by
3 comments, last by Brad8383 24 years, 2 months ago
I need to make a lib file out of 2 obj files I have. Im using vc6.
Advertisement
....Just bumping it back up to the top

Edited by - brad8383 on 1/31/00 8:12:36 PM
You could make a lib project, and add the obj files...
why would you need to?
"I have realised that maths can explain everything. How it can is unimportant, I want to know why." -Me
Yeah, why would you need to? If you need to link the code from the obj files into your project, you can do that without making a lib file out of them... You just need to add the obj files to the project. At their heart, obj and lib files are the same thing, just that one''s linked from a few different source files and one isn''t.

This topic is closed to new replies.

Advertisement