Re: link.exe equivalent to GNU ld -Ttext flag?

From: Carl Daniel [VC++ MVP] (cpdaniel_remove_this_and_nospam_at_mvps.org.nospam)
Date: 12/20/04


Date: Mon, 20 Dec 2004 07:08:50 -0800

arild.fines@gmail.com wrote:
> ld, the GNU linker, has a flag -Ttext which lets you specify the
> virtual address of the .text section in the resulting executable. Is
> it somehow possible to achieve the same thing using VC++'s linker?

/base:XXXXXXXX

-cd


Loading