how to create and compile reesources for dmd 64
Cassio Butrico via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Sep 21 17:12:10 PDT 2014
On Sunday, 21 September 2014 at 23:53:34 UTC, ketmar via
Digitalmars-d-learn wrote:
> On Sun, 21 Sep 2014 23:46:05 +0000
> Cassio Butrico via Digitalmars-d-learn
> <digitalmars-d-learn at puremagic.com> wrote:
>
>> The problem is how to convert COFF r.res in r.res OMF.
> resulting '.res' is not COFF, it's "windows resource file
> format". some
> linkers supports it directly, but i'm not sure about VS linker.
right, .res is not COFF,
when compiling in dmd.
dmd r.res test.d works
but
dmd -m64 r.res test.d of error in r.res
and that's it.
More information about the Digitalmars-d-learn
mailing list