> is it possible to tell fpc to only replace macros in the code and > store/show the generated file? > Like Running "cpp myfile.c > myfile.preprocessed.c"? Not that I know. If it is really macro's you care about, you are out of luck. If you just want to get rid of conditionals, try the pascal preprocessor in the jedi jcl (on sourceforge)