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 th

Re: Old Curl Project

2018-05-21 Thread Don Landsom
certainly don't know what I'm doing here, is SSL even what's needed for SMTP to work over a secure connection? Thanks. - Original Message - From: "Don Landsom" To: "libcurl development" Sent: Monday, May 21, 2018 3:56 AM Subject: Re: Old

Re: Old Curl Project

2018-05-21 Thread Don Landsom
oting 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" To: "libcurl development" Sent: Saturday, May 19, 2018 5:36 AM Subject: R

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 t

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
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 > *To:* libcurl development > *Sent:* Thursday, May 17, 2018 1

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
url 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/beb8a4a1192d5737fd789f05b22590 > ca > > Copy CMakeLists.txt to a folder, create a su

Re: Old Curl Project

2018-05-17 Thread Don Landsom
: 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 Joel Winarske
elopment > *Sent:* Thursday, May 17, 2018 8:48 AM > *Subject:* Re: Old Curl Project > > Hi Don, > > You can Target XP with visual studio 2015. Clues found here: > https://msdn.microsoft.com/en-us/library/jj851139.aspx > > CMake has supported VS2015 solution generation for a whil

Re: Old Curl Project

2018-05-17 Thread Don Landsom
objection. - Original Message - From: Joel Winarske To: libcurl development Sent: Thursday, May 17, 2018 8:48 AM Subject: Re: Old Curl Project Hi Don, You can Target XP with visual studio 2015. Clues found here: https://msdn.microsoft.com/en-us/library/jj851139.aspx

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
can incorporate these additional libraries into our successful test > build of 7-20, we could have our Band-Aid. > > - Original Message - > From: "Daniel Stenberg" > To: "libcurl development" > Sent: Thursday, May 17, 2018 4:26 AM > Subject: Re: Old

Re: Old Curl Project

2018-05-17 Thread Don Landsom
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 through a complete overhaul. You're most welcome!

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 i

Old Curl Project

2018-05-17 Thread Don Landsom
Hello 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. The project manages a web-site through the use of Curl relying heavily on FTP along with a number of other protoc