64bit linking on Windows without Visual Studio

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 20 11:51:13 PDT 2015


On Mon, 20 Apr 2015 18:26:15 +0000, Jeremiah DeHaan wrote:

> Oh, huh. For some reason I thought that DMD was doing its own code
> generation

it does. but to compile DMD itself, even in DDMD form, you still need C++ 
compiler, as codegen part is still in C++ and will not be translated to D.

so DDMD is a chimera with top part in D and bottom part in C++. ;-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20150420/9d66a6e9/attachment-0001.sig>


More information about the Digitalmars-d mailing list