vote up 0 vote down star

Does anyone know what the command line option is to generated a preprocessed file using bcc32.exe (version 5.6.4)? I know that using gcc you can use -E to generate .i files.

flag

1 Answer

vote up 1 vote down check

Do not use bcc32.exe but cpp32.exe.

See here for more information on its commandline options or use "cpp32.exe -?".

link|flag
Thanks. This is exactly what I needed. – BlueDot Jun 18 at 17:06

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.