Getting libcurl for 64 bit Windows

Brad Roberts via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 26 12:56:46 PDT 2014


The one that the win64 auto-tester uses is here:

     http://downloads.dlang.org/other/
         curl-7.28.1-devel-rainer.win64.zip

There's a newer one available there, but I can't vouch for it.


On 6/26/14, 11:49 AM, Andrei Alexandrescu via Digitalmars-d-learn wrote:
> On 6/26/14, 11:11 AM, Mark Isaacson wrote:
>> Managed to build it successfully I think, but have actually
>> returned to the problem that initially caused me to want to try
>> and build the library in the first place:
>>
>> If I try to build a simple program:
>>
>> import std.stdio;
>> import std.net.curl;
>>
>> void main() {
>>     writeln("Hello world");
>> }
>>
>> The program compiles, but does not print Hello World at
>> runtime... it just stops, and seemingly does nothing.
>>
>> Trying to determine the root cause of that now.
>
> Mark is my intern, and we're currently blocked by this in creating an important demo for tomorrow.
>
> Does anyone have good instructions for building libcurl on Win64, or prebuild .lib and .dll files?
>
>
> Thanks very much,
>
> Andrei


More information about the Digitalmars-d-learn mailing list