On Thu, 5 Jul 2012 12:25:43 -0700 (PDT) ardi wrote:
a> > a> I'm building with mingw (gcc 4.6.3). Must I take any special measures
a> > a> in the link line?
a> >
a> > You must compile the .rc file into .res and link with the latter. Do you?
a>
a> Please forgive my MSW ignorance (not my ecosystem :-( but I'm using
a> the windres from mingw to compile the '.rc' file as an '.o' file and I
a> link the later with the rest of the application object code. So I
a> don't link any '.res' file.
Yes, you're right, sorry, I forgot about this difference between MSVC and
MinGW.
What about the size of your icon(s), are they different from the standard
ones by chance?
If not, I can only recommend the usual method, i.e. try to reproduce your
problem in the minimal sample. It does have makefile.gcc that you can use
to build it with MinGW, so maybe just trying your icon in it would be
already a good first step.
Regards,