Share via


/FIXED (Windows CE 5.0)

Send Feedback

This option tells the operating system to load the program only at its preferred base address.

/FIXED[:NO]

Remarks

If the preferred base address is unavailable, the operating system will not load the file. For more information, see /BASE (Base Address).

By default, /FIXED:NO is the default when building a DLL and /FIXED for any other project type.

When /FIXED is specified LINK does not generate a relocation section in the program. At run time, if the operating system is unable to load the program at that address, it issues an error message and does not load the program.

Specify /FIXED:NO to generate a relocation section in the program.

See Also

Linker Options

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.