static libraries

Hello everyone, I'm working on a project where I am having to consume a static library c + +. The problem is that this did not come with his header. This lib is being used here in a legacy project of the company so I know the method you want to use. I wonder if it has to use / consume this lib without your header? If yes, can someone exemplify? From already thank you very much.
if you know exactly how the function are defined you can make your own header with the declarations.

There's no way to use functions from a library that are not properly declared.
Topic archived. No new replies allowed.