First working Win64 program!

Alex Rønne Petersen alex at lycus.org
Sun Aug 12 01:38:33 PDT 2012


On 11-08-2012 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!

This is fabulous news!

One question: Will the 32-bit tool chain also be able to use the MSVC 
runtime and linker eventually? It would make things /a lot/ easier if 
both bitnesses used the same tool chain.

-- 
Alex Rønne Petersen
alex at lycus.org
http://lycus.org


More information about the Digitalmars-d-announce mailing list