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

Jun 2, 2013 at 4:51pm
Hi I downloaded the library Cimg and I want to know how to add it to Microsoft Visual C++.

Thank you!
Jun 2, 2013 at 6:38pm
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
Jun 2, 2013 at 10:02pm
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!
Jun 2, 2013 at 10:37pm
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.
Jun 3, 2013 at 8:06am
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.