On Sunday, 21 September 2014 at 22:07:47 UTC, Cassio Butrico wrote:
On Sunday, 21 September 2014 at 21:41:41 UTC, ketmar via Digitalmars-d-learn wrote:
On Sun, 21 Sep 2014 20:13:41 +0000
Cassio Butrico via Digitalmars-d-learn
<digitalmars-d-learn@puremagic.com> wrote:

how to compile in mingw-w64 resource compiler?
it tooks the standard text .rc files and produces .res of COFF. smth
like:

=== r.rc ===
 #include "windows.h"
 1024 ICON "icon.ico"

then invoke windres from mingw like:

 windres.exe -i r.rc -o r.res

and it will produre .res file that can be linked with ms linker (if i
remember it right).

take it all with a grain of salt though, i don't have windows and ms
tools to check it.

ok I'll try doing what you said,
Thanks for the tip.

The problem is how to convert COFF r.res in r.res OMF.

do not know if there is a way that I found on the net did not help me. It is a little hard not having someone with the same operating systema to help me.

But anyway Thanks, learned a few new things today.

Reply via email to