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

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

CL /Bpl

This option names a filter program for the linker.

Syntax

/Bplpathname

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

Behaviour

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

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]