cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Need help: Windows 64 bit

From: Andriy Y <registeronsite_at_gmail.com>
Date: Wed, 30 Jun 2010 09:31:18 +0200

I used cmake to generate VS project files:
Visual Studio Win64 Command LIne ->
cmake ../curl -G "Visual Studio 9 2008 Win64"
Open project files, compile as DLL. You get around 15 kb libcurl_imp.lib and
libcurl.dll, substitute your lib by this one and recompile your project.

Andrey

On Tue, Jun 29, 2010 at 5:23 PM, Pierre Joye <pierre.php_at_gmail.com> wrote:

> On Tue, Jun 29, 2010 at 5:12 PM, Nicholas Wang <nichwang_at_gmail.com> wrote:
> > Hi,,
> >
> > I am newbie here and am working on some codes written by previously
> > programmer in company, who resigned already.
> > The codes use libcurl and everything works fine under Windows 32 bits.
> > Now I am requested to upgrade the whole application to Windows 64 bits..
> > I have tried but seems libcurl.lib cannot work under 64bit...
> > May I seek help here and know is there a lib can work under both win 64
> bit
> > and win 32 bit?
>
> A 64bit library won't work with 32bit applications. However 32bit apps
> work just fine on 64bit windows.
>
> If you have to provide 64bit binaries, then you simply have to compile
> curl yourself, very easy and straightforward.
>
> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette: http://curl.haxx.se/mail/etiquette.html
>

-- 
Best regards,
Andrey Yanov

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-30