I followed the tutorial here on this to add libcurl to my VS project
http://mariusbancila.ro/blog/2018/03/13/using-curl-library-from-c-on-windows/
After following all the steps still i get below linking errors.
error LNK2019: unresolved external symbol _curl_global_init referenced
error LNK2019: unresolved external symbol _curl_easy_init referenced in function
Its 5 hours trying same,but still cant resolve.Please help!!