Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a library to my project

Status
Not open for further replies.

Wings

Programmer
Feb 14, 2002
247
US
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?

Thank you
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top