Hello, I have a vc++ 6.0 project. I have a a .lib file with the corresponding header file. How do I add the Library to my project to be able to use the functions and classes contained inside it?
Stick the header file somewhere on your include path, stick the lib file on your library search path, write your code and compile. Should work.You can get your paths from your compiler options.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.