Expand Minimize
This topic has not yet been rated - Rate this topic

VCLinkerTool.BaseAddress Property

Gets or sets a base address for the program, overriding the default location for an .exe file (at 0x400000) or a DLL (at 0x10000000).

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
function get BaseAddress () : String 
function set BaseAddress (value : String)

Property Value

Type: System.String
A base address for the program.

BaseAddress exposes the functionality of the /BASE (Base Address) linker option.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.