0

I am using Dev-C++ and downloaded curlpp from here When I try to compile the included example (file example00.cpp, directory examples) Dev-C++ throw me the error I have written in the title.

I looked for this file in my system, but it seems it doesn´t even exists :P

1 Answers1

0

curlpp depends on libcurl, so you must have libcurl and its dependencies available on your system.

Brecht Sanders
  • 6,215
  • 1
  • 16
  • 40