using libcurl without dll
There is no simple answer 🙂 Libcurl depends on other third party libs (it depends on binary distribution that you are using). As you get rid of DLL – you’ll have to link with corresponding third parties manually. Ok, so the first point is that you should not link to libcurl.lib as it binds you … Read more