Re: Old Curl Project

2018-05-17 Thread Joel Winarske
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 while. I would avoid OpenSSL hair pulling and use Mbedtls with the latest curl release, unless there is something part

Re: Old Curl Project

2018-05-17 Thread Joel Winarske
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. cd into that, and issue the solution generator command: cmake -G"Visual Studio 14 2015"

Re: Old Curl Project

2018-05-17 Thread Joel Winarske
no problem going after a build with > the latest and greatest. We already have 7.59, but noticed that 7.60 was > just recently released. Should we go ahead and grab 60 and work with it > instead of 59? > > - Original Message ----- > *From:* Joel Winarske > *To:* libc

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: time to remove Visual Studio project files?

2020-09-05 Thread Joel Winarske via curl-library
To clarify you can generate nmake files with CMake. On Sat, Sep 5, 2020, 8:35 AM Daniel Stenberg via curl-library < curl-library@cool.haxx.se> wrote: > On Sat, 5 Sep 2020, Rod Widdowson via curl-library wrote: > > > I'd be *very* reluctant to see the NMAKE files go, but we have never > used > > t

Re: time to remove Visual Studio project files?

2020-09-05 Thread Joel Winarske via curl-library
I would say if the two were brought to parity then you could drop the nmake files. I can take a look later next week. On Sat, Sep 5, 2020, 8:57 AM Daniel Stenberg wrote: > On Sat, 5 Sep 2020, Joel Winarske wrote: > > > To clarify you can generate nmake files with CMake. > > A