19 Dec
2003
19 Dec
'03
2:10 a.m.
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.
8:39 a.m.
"Dimitrie O. Paun" <dpaun(a)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.
8120
Age (days ago)
8120
Last active (days ago)
2 comments
2 participants
participants (2)
-
Dimitrie O. Paun -
Ferenc Wagner