Re: Build problems with DLL vs static

2018-05-24 Thread Don Landsom
I'm having the exact same issue, Target build for XP SP3, Curl 7.59.0 / 7.60.0. OpenSSL builds without error as does Curl, but the curlversion info doesn't show that OpenSSL is being available. I purposely broke things by deleting the OpenSSL dll files just so that I could determine that

Re: Old Curl Project

2018-05-21 Thread Don Landsom
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" <don.land...@verizon.net> To: "libcurl development" <curl-library@cool.haxx.se> Sent: Monday, May 2

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-18 Thread Don Landsom
have HTTP2 enabled. It keeps the footprint down. Joel On Thu, May 17, 2018, 10:18 PM Don Landsom <don.land...@verizon.net> wrote: Thanks again Joel. If there were a contest to see how many erogenous warning and errors that could be generated from developing on an old platfo

Re: Old Curl Project

2018-05-17 Thread Don Landsom
for my CMake file. Whichever VS version you do use, ensure you have the proper tool chain installed to support XP prior to using CMake. On Thu, May 17, 2018 at 9:16 AM, Don Landsom <don.land...@verizon.net> wrote: Thanks for the help and links. We have no problem going after a

Re: Old Curl Project

2018-05-17 Thread Don Landsom
s you want, then build "BUILD_ALL". You may need to right-click solution, and select retarget picking the proper sdk/toolchain for XP. Note I am running the generator cmd in a generic windows cmd prompt. Just ensure CMake is in your path. Joel On Thu, May 17, 2018 at 6:09 AM, D

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

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