how to create and compile reesources for dmd 64

K.K. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Sep 20 08:24:22 PDT 2014


On Friday, 19 September 2014 at 22:20:59 UTC, Cassio Butrico
wrote:
> Hello everyone,
> When I create and compile resouces to 32 works perfect, but 
> when I try to compilat of 64 error
> LNK1136: invalid or corrupt file.
> I do not know if it has to do with comverter COFF to OMF.
> can someone give me a light?
> Thank you for your attention.

Somebody correct me if I'm wrong, but I'm pretty sure dmd doesn't
actually support or compile 64-bit, despite what it tries to tell
you.

If you really need 64bit than GDC will probably work.


More information about the Digitalmars-d-learn mailing list