Hello,
wrc does not seem to grok IDC_STATIC. Isn't it supposed to work out of the box? It is defined to -1 in the MinGW headers. Sorry if I'm talking nonsense, first steps in Win32 GUI programming...
Feri.
On December 18, 2003 09:10 pm, Ferenc Wagner wrote:
wrc does not seem to grok IDC_STATIC. Isn't it supposed to work out of the box? It is defined to -1 in the MinGW headers.
Nothing to do with wrc, make sure you include <winres.h>.
"Dimitrie O. Paun" dpaun@rogers.com writes:
On December 18, 2003 09:10 pm, Ferenc Wagner wrote:
wrc does not seem to grok IDC_STATIC. Isn't it supposed to work out of the box? It is defined to -1 in the MinGW headers.
Nothing to do with wrc, make sure you include <winres.h>.
Ah. I was confused by winecfg both #including "windef.h" and #defining IDC_STATIC. What's more, MinGW says it may be predefined by the resource compiler. It also seems to depend on __BORLANDC__. Fantastic! Thanks for the info, anyway.
Feri.