I\'m using libcurl in a Win32 C++ application.
I have the curllib.vcproj project added to my solution and set my other projects to depend on it.
How do I bui
In my case follow the curl README file was enough.
My configuration is the following:
curl-7.57.0\projectsopenssl, put it aside the curl folder, this is important as you'll open the VS project that expect to find openssl there.build-openssl.bat to perform the compilation of openSSL. With my settings this became the following:.\build-openssl.bat vc14 x64 release ..\..\openssl\.\build-openssl.bat -help to know more about the parameters.openssl\build\Win64curl-7.57.0\projects\Windows\VC14\curl-all.slnLIB Release - LIB OpenSSL in my case)curl-7.57.0\build\Win64\VC14\LIB Release - LIB OpenSSL\libcurl.libCURL_STATICLIB preprocessor in your own projectCURL_DISABLE_LDAP before you compile libcurl.