22.11.08 в 15:21 Vermi в своём письме писал(а):
Hi,I'm wondering : why the D compiler can't produce x86_64 code ? All seems to be ready in the langage for 64 bits. I need to produce a .dll file in both 32 and 64 bits, but I can't. Will we see soon a 64 bits version of the D Compiler or should I re-write my apps in C++ ?@+ Vermi
There is a LLVM D compiler (LDC for short) in works: http://dsource.org/projects/ldc/ which will be able to do what you wants once it is released.