Re: IDC_STATIC definition missing in resource.h
- From: "Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp>
- Date: Sun, 25 Jan 2009 13:35:33 -0500
"Mitch Gallant" <jensigner@xxxxxxxxxxxxxxxx> wrote in message news:eqD3oVwfJHA.3668@xxxxxxxxxxxxxxxxxxxxxxx
OK thanks. I'm asking this after reading some of Petzold's "Programming Windows" 5th Edn. 1999. In the samples there he states that
# define IDC_STATIC -1
is automatically included in the resource.h header.
In my code (and Petzold's) the only header includes are windows.h and resource.h.
Does windows.h reference either Afxres.h or winres.h?
Is so has that changed since DevStudio of 1999?
Thanks,
- Mitch
You might find another #include in your .rc file
Petzold was written many versions of Visual Studio ago. Things might have changed.
--
Scott McPhillips [VC++ MVP]
.
- Follow-Ups:
- Re: IDC_STATIC definition missing in resource.h
- From: Mitch Gallant
- Re: IDC_STATIC definition missing in resource.h
- References:
- IDC_STATIC definition missing in resource.h
- From: Mitch Gallant
- Re: IDC_STATIC definition missing in resource.h
- From: Scott McPhillips [MVP]
- Re: IDC_STATIC definition missing in resource.h
- From: Mitch Gallant
- IDC_STATIC definition missing in resource.h
- Prev by Date: Re: registry code sample
- Next by Date: Re: registry code sample
- Previous by thread: Re: IDC_STATIC definition missing in resource.h
- Next by thread: Re: IDC_STATIC definition missing in resource.h
- Index(es):
Relevant Pages
|