Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
Visual Studio Automation and Extensibility Reference
linkFixedBaseAddress Enumeration

Advises the operating system to load the program only at its preferred base address. If the preferred base address is unavailable, the operating system does not load the file.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Visual Basic
Public Enumeration linkFixedBaseAddress
C#
public enum linkFixedBaseAddress
Visual C++
public enum class linkFixedBaseAddress
F#
type linkFixedBaseAddress
JScript
public enum linkFixedBaseAddress
Member nameDescription
linkFixedBaseAddressDefaultDefault
linkFixedBaseAddressNo/FIXED:NO is the default when building a DLL, and /FIXED is the default for any other project type.
linkFixedBaseAddressYesWhen /FIXED is specified, LINK does not generate a relocation section in the program. If the operating system is unable to load the program at that address at run time, it issues an error message and does not load the program.

Used by the FixedBaseAddress property.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker