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)
abstract BaseAddress : string with get, set

Property Value

Type: 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)
© 2013 Microsoft. All rights reserved.