cURL / Mailing Lists / curl-library / Single Mail

curl-library

Compile cUrl for x64 on Win Vista x64 with VS2005

From: <loki84_at_gmail.com>
Date: Tue, 27 Apr 2010 10:30:39 +0200

Hi

I am trying to compile cUrl (curl-7.20.1) on my win vista x64 system. For
this I use Visual Studio 2005.

I have found some how to's for 32 bit:
Start -> Programms -> Microsoft VS 2005 -> VS Tools -> VS 2005 command
prompt
Extract curl
cd curl-7.20.1\bin
nmake /f Makefile.vc8 cfg=release-dll

This works fine on my win xp 32 bit.

But now i need a 64 bit version of curl and i have tried the same Build
instuctions.
Start -> Programms -> Microsoft VS 2005 -> VS Tools -> VS 2005 x64 Win64 -
command prompt
Extract curl
cd curl-7.20.1\bin
nmake /f Makefile.vc8 cfg=release-dll

This ends up with an error. Something like:
Module computertype "x64" stands in conflict with target computer type
"x86".

Is there somewhere a how to for x64 compilation on Windows of cUrl?

loki

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