Re: Has anyone compiled 64-bit libcurl on Windows?

2016-04-29 Thread Patrick Seiter
Henri Hein <he...@thinair.com> > To: libcurl development <curl-library@cool.haxx.se> > Subject: Re: Has anyone compiled 64-bit libcurl on Windows? > Message-ID: > < cafxqxooxnc8ynvynxqekbzf+tr6cbpiyxq1pjydz71getzs...@mail.gmail.com> > Content-Type: text/p

Re: Has anyone compiled 64-bit libcurl on Windows?

2016-04-05 Thread Henri Hein
From the error message you get, it looks like the linker is trying to link your 64-bit DLL with the previously built 32-bit obj files. Did you try an 'nmake clean' before making the 64-bit build, or manually cleaning the object files out? I agree with Steve that the Visual Studio project files

RE: Has anyone compiled 64-bit libcurl on Windows?

2016-04-05 Thread Steve Holme
On Tue, 5 Apr 2016, Patrick Seiter wrote: > After many Google searches and many attempts at building, I am > officially flummoxed trying to build 64-bit libcurl for Windows. I > finished the code for my project months ago, but I need to distribute > both 32 and 64-bit copies for release.

Has anyone compiled 64-bit libcurl on Windows?

2016-04-05 Thread Patrick Seiter
Hello everyone, After many Google searches and many attempts at building, I am officially flummoxed trying to build 64-bit libcurl for Windows. I finished the code for my project months ago, but I need to distribute both 32 and 64-bit copies for release. Here's the StackOverflow question I made