Compiling 64-bit code under Windows 7?

David Nadlinger see at klickverbot.at
Mon May 30 14:29:28 PDT 2011


On 5/30/11 11:17 PM, Sean Eskapp wrote:
> 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

x86_64 isn't supported on Windows yet, there should be a better error 
message though – could you file a bug report?

David


More information about the Digitalmars-d-learn mailing list