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

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

CL /Bp2

This option names a filter program for the back-end C/C++ compiler.

Syntax

/Bp2pathname

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

Relations

This option has no syntactic relations with other options.

Behaviour

Whatever is named by pathname becomes a filter program for the back-end C/C++ compiler (ordinarily C2.DLL, unless changed by /B2). CL executes the named program instead of C2, but gives it a command line that starts with a pathname for C2 and continues with the command line that would otherwise have been given to C2.

This page was created on 27th October 2005. The last significant modification was on 7th April 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]