Getting libcurl for 64 bit Windows

Mark Isaacson via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jun 26 11:11:10 PDT 2014


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.


More information about the Digitalmars-d-learn mailing list