How to add custome libraries to Microsoft Visual C++?

Hi I downloaded the library Cimg and I want to know how to add it to Microsoft Visual C++.

Thank you!
closed account (G309216C)
Hi,

All of your questions are pretty much out in internet. Just search.

Pointer: go to google and type how to add libraries in Visual Studio.

Thanks
I honestly did some research but I could not find anything. I tried adding the .h file of the library I want to use to my project but that did nothing!!!

Please can you provide me with a video or a link?!

btw I am using Cimg library.

Thank you!
You have to go to the compiler settings and link the library headers and dlls it should have an installation it should be like linking any other library.
This is the setup for SFML. You need to do the same thing for pretty much any 3rd party library you want to add to Visual Studio.
http://www.sfml-dev.org/tutorials/2.0/start-vc.php
Topic archived. No new replies allowed.