First working Win64 program!

Sönke Ludwig sludwig at outerproduct.org
Sat Aug 11 02:26:42 PDT 2012


Am 11.08.2012 10:16, schrieb Walter Bright:
> No, it ain't much, some of it is jury rigged, and there's a heluva lot
> more work to do. But we've got liftoff!
>
> -------------------------------------
> import core.stdc.stdio;
>
> extern (C) int main()
> {
>      puts("hello world\n");
>      return 0;
> }
> -------------------------------------
>
>    dmd -c -m64 hello.d
>    cl hello.obj
>    hello
>
> hello world!

Yeehaa! Best news of the last years and even two news that is :-)



More information about the Digitalmars-d-announce mailing list