First working Win64 program!

Jacob Carlborg doob at me.com
Sat Aug 11 14:06:18 PDT 2012


On 2012-08-11 10:16, Walter Bright wrote:
> 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!

That's great news.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list