what is mean? ( Offset 78887H Record Type 00C3)

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Nov 19 01:35:33 PST 2016


On Saturday, 19 November 2016 at 08:59:36 UTC, xky wrote:
> On Saturday, 19 November 2016 at 07:12:49 UTC, Nicholas Wilson 
> wrote:
>> If you're using x64 then you should be using the microsoft 
>> linker.
> ok
>
>> are you invoking the linker manually?
>>
> no...
>
> So, I got msbuild.zip from another website and found link.exe. 
> Can I replace this with "C:\D\dmd2\windows\bin\link.exe"?
>
> Please let me know more.

No, OPTLINK is the right linker for DMD32 (because of the object 
format, OMF), unless you use the -mscoff32 switch (which has for 
effect to produce another object format, that OPTLINK doesn't 
know to link). Your issue is likely not a linker issue.

Is the message is about double definition ?




More information about the Digitalmars-d-learn mailing list