Answer the question
In order to leave comments, you need to log in
Installing cURL on CodeBlocks on MinGW on Windows?
I moved the header files to the Inlude directory
I also moved the libraries to the lib directory Specified the
path to the libraries in the linker and specified the -static parameter
Wrote the verification code and got an error
Please help to correctly link the library
Answer the question
In order to leave comments, you need to log in
1. Use MinGW-w64 as MinGW from the CodeBlocks distribution is obsolete
2. Get libcurl from here https://bintray.com/vszakats/generic/curl#files
You need to include libs in the code via #pragma comment "libcurl.lib" and download the libraries with the *.lib ending and put them in the project folder
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question