Re: Old Curl Project

2018-05-21 Thread Daniel Stenberg
On Mon, 21 May 2018, Don Landsom wrote: All seems OK, successfully built everything and SMTP showed up as a protocol, the VB app was able to connect to a mail server, but Curl doesn't seem to be using SSL so the login request was rejected. It doesn't use SSL unless you tell it to. For SMTP

Re: Old Curl Project

2018-05-21 Thread Don Landsom
ment" <curl-library@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. F

Re: Old Curl Project

2018-05-21 Thread Don Landsom
gt; 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 availabl

Re: Old Curl Project

2018-05-19 Thread Daniel Stenberg
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

Re: Old Curl Project

2018-05-18 Thread Don Landsom
. - Original Message - From: Joel Winarske To: libcurl development Sent: Friday, May 18, 2018 9:52 AM Subject: Re: Old Curl Project Hi Don, Yeah it can be risky. I've been there :) The size will depend on what the build is configured for, as well as encryption libs

Re: Old Curl Project

2018-05-18 Thread Joel Winarske
eems unusual for later releases to be smaller then previous ones. > Is this possibly coming from the particular features the Curl version was > built with? > > Thanks > > - Original Message - > *From:* Joel Winarske <joel.winar...@gmail.com> > *To:* libcurl d

Re: Old Curl Project

2018-05-17 Thread Don Landsom
coming from the particular features the Curl version was built with? Thanks - Original Message - From: Joel Winarske To: libcurl development Sent: Thursday, May 17, 2018 12:48 PM Subject: Re: Old Curl Project Either should work fine. I just used the most current release

Re: Old Curl Project

2018-05-17 Thread Joel Winarske
* Joel Winarske <joel.winar...@gmail.com> > *To:* libcurl development <curl-library@cool.haxx.se> > *Sent:* Thursday, May 17, 2018 11:31 AM > *Subject:* Re: Old Curl Project > > I just tested the follow work via CMake and VS2015: > https://gist.github.com/INRIX-j

Re: Old Curl Project

2018-05-17 Thread Don Landsom
To: libcurl development Sent: Thursday, May 17, 2018 11:31 AM Subject: Re: Old Curl Project I just tested the follow work via CMake and VS2015: https://gist.github.com/INRIX-joel-winarske/beb8a4a1192d5737fd789f05b22590ca Copy CMakeLists.txt to a folder, create a subfolder called build

RE: Old Curl Project

2018-05-17 Thread Rod Widdowson
Don, > A preliminary test showed that the basic Curl-7.20 version builds > successfully on XP, however it would seem that this build is void of the > required libraries: openssl, c-ares or zlib. Speaking for OpenSSL and Zlib - you have to build these yourself. We recently retired our XP build

Re: Old Curl Project

2018-05-17 Thread Joel Winarske
> > If we can incorporate these additional libraries into our successful test > build of 7-20, we could have our Band-Aid. > > - Original Message - > From: "Daniel Stenberg" <dan...@haxx.se> > To: "libcurl development" <curl-library@coo

Re: Old Curl Project

2018-05-17 Thread Don Landsom
<curl-library@cool.haxx.se> Sent: Thursday, May 17, 2018 4:26 AM Subject: Re: Old Curl Project On Thu, 17 May 2018, Don Landsom wrote: I'm new here and was hoping to learn more about Curl in the attempts to breath some life into an old project until it can be brought up to date throu

Re: Old Curl Project

2018-05-17 Thread Daniel Stenberg
On Thu, 17 May 2018, Don Landsom wrote: I'm new here and was hoping to learn more about Curl in the attempts to breath some life into an old project until it can be brought up to date through a complete overhaul. You're most welcome! Not looking to take too big of a leap hear as everything