On Sat, 19 May 2018, Don Landsom wrote:

Depending on which version of Curl being used, either the Curl ‘easy’ functions comes up as unresolved externals, or VB throws and error.

For Curl builds, are their options available to exclude / include the easy functions in the dll?

They're always there in the DLL - and all the documented symbols are present whatever build options or combos you use, exactly for the purpose of not causing link problems. At least they should be.

If you want to link with a static lib, you need CURL_STATICLIB defined when you build your application.

--

 / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to