Subj : Re: Option for running the preprocessor only To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Sun May 22 2005 11:43 pm Borland C++, the subject of this newsgroup, does not support the -h option. C++ Builder does. Therefore you are using C++ Builder. Please post C++ Builder questions in C++ Builder newsgroups, groups with the word 'cppbuilder' in their name. The preprocessor is cpp32.exe It process a C or C++ source file and creates an output file with an extension of .i .. Ed > Jonathan Turkanis wrote in message > news:4291398b@newsgroups.borland.com... > > Many compilers support a command-line option to > generate preprocessed output > only. Often the option is -E or -e. I can't see this option listed > in the table > printed when I run bcc32 -h. Does Borland provide such an option? > > Jonathan > > .