curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Old Curl Project

From: Don Landsom <Don.Landsom_at_verizon.net>
Date: Mon, 21 May 2018 03:56:57 -0400

Daniel - thanks for the info, especially about CURL_STATICLIB.

Its been like 2 steps forward and 3 steps back, but I've got things built.
The VB app is able to make calls through vblibcurl to libcurl. Checking the
Curl version / protocol info, SMTP is displayed which was what we were
shooting for.

One last hurdle, we will be adding our custom mail support code and see if
everything works.

Thanks to everyone for all of the help.

----- Original Message -----
From: "Daniel Stenberg" <daniel_at_haxx.se>
To: "libcurl development" <curl-library_at_cool.haxx.se>
Sent: Saturday, May 19, 2018 5:36 AM
Subject: Re: Old Curl Project

> 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

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2018-05-21