64-bit DMD for windows?

Joakim via Digitalmars-d digitalmars-d at puremagic.com
Wed May 14 12:13:13 PDT 2014


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-25AYL9WKn9TDnSUH2iGnX9tJSkFxYO87KBiQ@mail.gmail.com#post-hvdyyutbgehlefluvsup:40forum.dlang.org


More information about the Digitalmars-d mailing list