I am still curious why my build is not working. I set CURL_STATICLIB and
even set HTTP_ONLY to eliminate all but basic HTTP.

I get a lib with no errors.

I link to this lib and it says the 11 functions I am using in CURL are not
found. I have setup lib directory to point to libcurl.lib

Is C++ mangling the names in  the library?



On Mon, Jul 8, 2013 at 2:01 PM, Jamey Kirby <[email protected]> wrote:

> Thanks. I will give it a shot!
>
>
>
> On Mon, Jul 8, 2013 at 1:49 PM, Sergei Nikulov 
> <[email protected]>wrote:
>
>> 2013/7/8 Jamey Kirby <[email protected]>
>>
>>> All:
>>>
>>> I am desperate to find a x64 libcurl for Windows.
>>>
>>> I have spent over a week tinkering with the source. I am able to build
>>> x64 lib in Visual Studio, but I get __import errors. I am even building as
>>> static.
>>>
>>> I have tried to build static and dynamic.
>>>
>>> If I use the winbuild dir and do the nmake with MACHINE=x64, I get
>>> errors. x86 works just fine.
>>>
>>> Can anyone please help me get a libcurl x64 for Windows with SSL? I
>>> would be grateful and I might even be able to find some cash to pay. I do
>>> not even need source or the ability to build. I just need a package.
>>>
>>> -- Jamey
>>>
>>>
>> Try cmake build.
>>
>> Here the example cmake invocation command for VC2010 project generation
>>
>> c:\work\build\curl>cmake ..\..\github\curl -G"Visual Studio 10 Win64"
>> -DOPENSSL_ROOT_DIR=C:\dev64.vc2010\openssl
>> -DCMAKE_INSTALL_PREFIX=C:\dev64.vc2010\curl
>>
>> All path used replace with specific for your system.
>> HTH.
>>
>>>
>>> --
>>> Jamey Kirby
>>> Disrupting the establishment since 1964
>>>
>>> *This is a personal email account and as such, emails are not subject
>>> to archiving. Nothing else really matters.*
>>>
>>> -------------------------------------------------------------------
>>> List admin: http://cool.haxx.se/list/listinfo/curl-library
>>> Etiquette:  http://curl.haxx.se/mail/etiquette.html
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Sergei Nikulov
>>
>> -------------------------------------------------------------------
>> List admin: http://cool.haxx.se/list/listinfo/curl-library
>> Etiquette:  http://curl.haxx.se/mail/etiquette.html
>>
>
>
>
> --
> Jamey Kirby
> Disrupting the establishment since 1964
>
> *This is a personal email account and as such, emails are not subject to
> archiving. Nothing else really matters.*
>



-- 
Jamey Kirby
Disrupting the establishment since 1964

*This is a personal email account and as such, emails are not subject to
archiving. Nothing else really matters.*
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to