/FORCE   (Force File Output)

HomeOverviewHow Do ILinker Options

Syntax

/FORCE:{MULTIPLE|UNRESOLVED}

This option tells the linker to create a valid .EXE file or DLL even if a symbol is referenced but not defined or is multiply defined.

On the command line, the /FORCE option can take an optional argument:

A file created with this option may not run as expected. The linker will not link incrementally when the /FORCE option is specified.

To find this option in the development environment, click Settings on the Project menu. Then click the Link tab, and click Customize in the Category box.