64-bit DMD for windows?

Rainer Schuetze via Digitalmars-d digitalmars-d at puremagic.com
Thu May 22 10:51:38 PDT 2014



On 22.05.2014 09:45, Kagamin wrote:
> On Thursday, 22 May 2014 at 06:28:14 UTC, Joakim wrote:
>> On Thursday, 22 May 2014 at 06:16:54 UTC, Rainer Schuetze wrote:
>>> I recently considered making a pull request, but noticed an include
>>> dependency that failed to work for another PR, and got distracted.
>>> The updated compiler patches are here:
>>> https://github.com/rainers/dmd/tree/coff32
>> I think this is a really important pull for win32 support, still the
>> most widely used platform on which D is available. Not everybody has
>> the source for outside libraries or the time and inclination to
>> recompile it to OMF using the Digital Mars toolchain.  I think it
>> would really help D to get this pull in soon.
>
> How would it work? Will it link D code with snn, msvcrt or both?

It is supposed to link against MSVCRT. The druntime/phobos patches are 
here, though I'm expecting some discussions about used version identifiers:

https://github.com/rainers/druntime/tree/coff32
https://github.com/rainers/phobos/tree/coff32




More information about the Digitalmars-d mailing list