I'm trying to use #include "curl.h" library (and its recognized by my compiler), but I'm reading this error:
undefined reference to '__imp_curl_global_init'
undefined reference to '__imp_curl_easy_init'
undefined reference to '__imp_curl_easy_setopt'
undefined reference to '__imp_curl_easy_easy_perform'
Among other undefined references to curl objects. I've been researching a resolution to this semi-common issue with the curl library. Almost all of them are ubuntu and command prompt related. I'm using Dev C++ IDE with Windows. I'm suspecting a linker issue. Any way to solve this?