Getting libcurl for 64 bit Windows

Andrei Alexandrescu via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 26 11:49:20 PDT 2014


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