J
Jive
I've got an include-file problem that's driving me nuts. To help try to
solve it, I want to find out what a particular symbol is defined as at a
particular point. I can't figure out how.
I'm using VC++ 6.0. The symbol is _CRTIMP. I've tried
#pragma message(#_CRTIMP)
and every variation of it that I can think of, but no luck.
There must be a way. Yes?
jdadson at yahoo dott com
solve it, I want to find out what a particular symbol is defined as at a
particular point. I can't figure out how.
I'm using VC++ 6.0. The symbol is _CRTIMP. I've tried
#pragma message(#_CRTIMP)
and every variation of it that I can think of, but no luck.
There must be a way. Yes?
jdadson at yahoo dott com