How do i fix curl linker errors

162 Views Asked by At

i'm trying to use libcurl in my C++ application, but i'm running into linker errors. I did add the include and lib folder in my project and added the .lib file in the additional dependencies.

Error: LNK2019 unresolved external symbol __imp__curl_easy_init referenced in function _main

0

There are 0 best solutions below