|
From: Eric K. <ek...@rz...> - 2001-11-10 19:33:10
|
"Phillip Susi" <ps...@cf...> wrote: > Shouldn't IDC_STATIC be defined in defines.h or somewhere? I found out that IDC_STATIC is defined in winres.h which is not part of mingw yet. > > Doesn't this give the resource a string identifier of "#103" instead of the > integer identifier of 103? No, because "#103" is the 'text' of the resource not its id. ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |