link.exe Error: 'Offset 38C42H Record Type 00C3'

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Feb 14 06:04:39 PST 2017


On Tuesday, 14 February 2017 at 09:00:37 UTC, realNoob wrote:
>  Error 1: Previous Definition Different : 
> _D4xaru8ezFilterFAAyaAyaZAAya

That is saying the function

module xaru;
string[] ezFilter(string[], string);

is defined twice. Could be something weird in your code, but I 
would guess the most likely cause is that there's some old file 
left around from a previous build that is confusing it.

I'd try deleting all the .obj files in the directory then see if 
the build works again.

> I don't understand this error. look's like klingon language...

Qapla'


More information about the Digitalmars-d-learn mailing list