Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.

Home > Programming > Tools > Visual C++ > Compiler > Options

CL /Bp1

This option names a filter program for the front-end C compiler.

Syntax

/Bp1pathname

The required pathname may be given as the next command-line token.

Behaviour

Whatever is named by pathname becomes a filter program for the C1 module. CL executes the named program instead of C1, but gives it a command line that starts with a pathname for C1 and continues with the command line that would otherwise have been given to C1.

This page was created on 27th October 2005. The last significant modification was on 26th February 2006.

Copyright © 2005-2006. Geoff Chappell. All rights reserved.

Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.

Home > Programming > Tools > Visual C++ > Compiler > Options

[Home][Programming Samples][Application Notes][Security Notes][Editorial][Consultation][Contacts]