/FORCE (Windows CE 5.0)

Send Feedback

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.

/FORCE:{MULTIPLE|UNRESOLVED}

Remarks

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

  • Use /FORCE:MULTIPLE to create an output file whether or not LINK finds more than one definition for a symbol.
  • Use /FORCE:UNRESOLVED to create an output file whether or not LINK finds an undefined symbol.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.