Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This option tells the linker to add a specified symbol to the symbol table.
/INCLUDE:symbol
Remarks
To specify multiple symbols, type a comma (,), a semicolon (;), or a space between the symbol names. On the command line, specify /INCLUDE:symbol once for each symbol.
The linker resolves symbol by adding the object that contains the symbol definition to the program. This is useful for including a library object that otherwise would not be linked to the program.
Specifying a symbol with this option overrides the removal of that symbol by /OPT:REF.
See Also
Send Feedback on this topic to the authors