/bintext

Syntax:

/bintext:string or /Vstring

Specifying /bintext (or /V) places the text string specified into the object file (.OBJ) being generated by the compiler. This string also gets propagated into the executable file. For example, the string might contain version number or copyright information.

In the visual development environment, specify Object Text in the Code Generation Compiler Option Category.

If the string contains a space or tab, the string must be enclosed by double quotation marks ("). A backslash (\) must precede any double quotation marks contained within the string.

If the command line contains multiple /bintext or /V options, the last (right-most) one is used. You can specify /nobintext to override previous /bintext or /V options on the same command line.