#C++ Compile stages…
Hi Ho!
C++ programs should go through at least three stages. Pre-proccess, compile,
and link. Is there a way using Symantec C++ to add an extra step? Can I write
a tool which will receive the prior steps output and pass it modified on to the
next step?
Specificly what I want to do is to add a pre-pre-proccesser step. I want to
massage the source, then let Symantec C++ take over. Of course I don't want to
write these changes back to the source file. This is a compile only thing.
Will the scripting feature allow this. Is it hopeless?
Thanks! Cheers!
—- Andrew