Linker error on Windows - Is there a bug fix / work around?
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Mon Apr 25 10:45:37 PDT 2016
On 4/25/2016 4:08 AM, Kai Nacke wrote:
> If you compile the Chapter4\noteapp2 application on Windows from my book (using
> dmd 2.071.0) then you get the error:
>
> OPTLINK (R) for Win32 Release 8.00.17
> Copyright (C) Digital Mars 1989-2013 All rights reserved.
> http://www.digitalmars.com/ctg/optlink.html
> .dub\build\application-debug-windows-x86-dmd_2071-B4EE3FC00CF6CA600F2FCC18096C25E0\noteapp2.obj(noteapp2)
> Offset 29B9AH Record Type 009D
> Error 16: Index Range
> --- errorlevel 1
That's a corrupt object file, i.e. a compiler bug. Please submit a reproducible
example to Bugzilla.
More information about the Digitalmars-d
mailing list