RE: A problem with the Curl library for 32 bit Windows applications

2025-06-26 Thread Zinovy Soltsov via curl-library
Thank you Dmitry. I'll be working on it. Zach. From: curl-library On Behalf Of Dmitry Karpov via curl-library Sent: Thursday, June 26, 2025 6:41 PM To: libcurl development Cc: Dmitry Karpov Subject: RE: A problem with the Curl library for 32 bit Windows applications EXTERNAL EMAI

RE: A problem with the Curl library for 32 bit Windows applications

2025-06-26 Thread Dmitry Karpov via curl-library
"MSVC 2013 toolset, and build the Curl (+dependencies) using MSVC 2013. Thanks, Dmitry From: Zinovy Soltsov Sent: Thursday, June 26, 2025 3:29 PM To: Dmitry Karpov ; libcurl development Subject: [EXTERNAL] RE: A problem with the Curl library for 32 bit Windows applications Dmitry, Than

RE: A problem with the Curl library for 32 bit Windows applications

2025-06-26 Thread Zinovy Soltsov via curl-library
2025 1:20 PM To: curl-library@lists.haxx.se<mailto:curl-library@lists.haxx.se> Cc: Zinovy Soltsov mailto:zach.solt...@niceactimize.com>> Subject: [EXTERNAL] A problem with the Curl library for 32 bit Windows applications To whom it may concern, We have an old C++ application using th

RE: A problem with the Curl library for 32 bit Windows applications

2025-06-26 Thread Dmitry Karpov via curl-library
libraries or build them yourself using CMake and MSVC as a toolchain. Thanks, Dmitry Karpov From: curl-library On Behalf Of Zinovy Soltsov via curl-library Sent: Thursday, June 26, 2025 1:20 PM To: curl-library@lists.haxx.se Cc: Zinovy Soltsov Subject: [EXTERNAL] A problem with the Curl libr

Re: A problem with the Curl library for 32 bit Windows applications

2025-06-26 Thread Demi Marie Obenour via curl-library
On 6/26/25 16:19, Zinovy Soltsov via curl-library wrote: > To whom it may concern, > > We have an old C++ application using the old Curl library, probably from year > 2007. We use it to communicate with one of our content provider's SFTP > servers. The content provider recently switched to sha25

A problem with the Curl library for 32 bit Windows applications

2025-06-26 Thread Zinovy Soltsov via curl-library
To whom it may concern, We have an old C++ application using the old Curl library, probably from year 2007. We use it to communicate with one of our content provider's SFTP servers. The content provider recently switched to sha256 key fingerprint and it broke our application. This is not a surp