On Wednesday, 14 May 2014 at 18:28:09 UTC, steven kladitis wrote:
On Tuesday, 13 May 2014 at 13:53:36 UTC, Manu via Digitalmars-d wrote:
VC++ is Microsoft's compiler, DMD-x64 uses the de-facto standard
Microsoft linker, since OPTLINK doesn't support 64bit.
It is available for free.

I have installed it and am still unable to compile a 64 bit D program.

C:\d\dmd2\samples\d>dmd wc.d

C:\d\dmd2\samples\d>dmd -m64 wc.d
--- errorlevel -1073741515

64-bit compilation on Windows doesn't work out of the box, because it uses the Microsoft linker and that requires its own setup. Here's how I did it:

http://forum.dlang.org/thread/calbgg1wh95ysi-25ayl9wkn9tdnsuh2ignx9tjskfxyo87k...@mail.gmail.com#post-hvdyyutbgehlefluvsup:40forum.dlang.org

Reply via email to