>
Shouldn't this be:
??
> I've even tried defining the fix level in a property, and then using the
> property name in the defineset value, but it was too smart for that.
>
> How can I force this thing to listen to me?
If this doesn't work, doesn't the pre-processor support a "stringify"
comm
I'm trying to pass in a macro define to the command line to define the
level of code being used. Something like
gcc -o objname.o source.c -DFIXLVL=\"FEB 17 2006\"
the code does something like:
static const char mszFixLvl[] = " " __FILE__ " at " FIXLVL " on "
__DATE__ " at " __TIME__ " ";
so