Hello,
I am new to C++ but I have built an indexing app over the past 2/3 weeks using C++ Standard Library.
This went very smoothly but I now want for the first time to bring in an external library called libcurl.
I have attached a Build log which seems to indicate that I built it OK.
But I do not know how to use this library. Is it now 'installed'? If not, what further steps do I need to take? Can I now just put an 'include' at the top of any .cpp file as I do for the standard library?
As you can see I am quite clueless w.r.t. external library usage. [Visual C++/Windows Vista]