Is there a macro preprocessor for Delphi 7?
There isn't one built in so maybe there's a possibilty to use a third party or some other languages preprocessor (like c preprocessor).
If there's one, how to set it up for Delphi 7?
I'm trying to do function inlining (for speed). Macro preprocessor seems to be the only easy option for delphi.
Thanks, Egon