#if in .rc file
- From: "Eric Margheim" <NOSPAM***eric@xxxxxxxxxxxxx***NOSPAM>
- Date: Tue, 27 Jun 2006 10:54:17 -0500
Can preprocessor directives be used in .rc files?
It's appearing to me they cannot. I am trying to do a conditional include
of resources in my app.rc file and it looks like it's including both parts
of the conditional.
#if defined (_DEFX)
#include "blah, blah"
#else
#include "yada, yada"
#endif
.
- Follow-Ups:
- Re: #if in .rc file
- From: Joseph M . Newcomer
- Re: #if in .rc file
- From: David Lowndes
- figured it out
- From: Eric Margheim
- Re: #if in .rc file
- Prev by Date: Re: Avoiding Escape Sequence....
- Next by Date: Re: Determining MFC version
- Previous by thread: Re: How to get Hard disk Capacity and or additional info?
- Next by thread: figured it out
- Index(es):
Relevant Pages
|
Loading