/FORCE (Windows CE 5.0)
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
Send Feedback on this topic to the authors