undefined reference to `_imp__curl_easy_init'
undefined reference to `_imp__curl_easy_setopt'
undefined reference to `_imp__curl_easy_setopt'
undefined reference to `_imp__curl_easy_setopt'
undefined reference to `_imp__curl_easy_perform'
undefined reference to `_imp__curl_easy_cleanup'
All necessary include files seem to be included. I also added these dll files to the project folder:
Can you please explain me what did adding "-L. -lcurl" in the linker settings do? I would like to understand it and hopefully avoid this kind of problems in the future. Thank you!