Compiling 64-bit code under Windows 7?

Sean Eskapp eatingstaples at gmail.com
Mon May 30 14:17:13 PDT 2011


I'm trying to compile a very simple file, main.d:

void main()
{
}

Under Windows 7, 64-bit, with out-of-the-box DMD v2.053 installation. I get
this, however:

C:\Users\Me\devl\test>dmd -m64 main.d
Internal error: msc.c 268


More information about the Digitalmars-d-learn mailing list