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

realNoob via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Feb 14 01:00:37 PST 2017


Hello.

I got a problem this:

[LDC(ldmd2)] -- Success.
------------------------------------------------------------
C:\MyFolders\src>ldmd2 --version
LDC - the LLVM D compiler (1.1.0):
   based on DMD v2.071.2 and LLVM 3.9.1
   built with LDC - the LLVM D compiler (1.1.0)
   Default target: x86_64-pc-windows-msvc
   Host CPU: amdfam10
   http://dlang.org - http://wiki.dlang.org/LDC

... skip ...

C:\MyFolders\src>ldmd2 xaru.d -Dddocs
xaru.d(169): Deprecation: module core.stdc.wchar_ is not 
accessible here, perhaps add 'static import core.stdc.wchar_;'
Using Visual C++: C:\Program Files (x86)\Microsoft Visual Studio 
14.0\VC
------------------------------------------------------------


[DMD] -- Fail!
------------------------------------------------------------
C:\MyFolders\src>dmd --version
DMD32 D Compiler v2.072.2
Copyright (c) 1999-2016 by Digital Mars written by Walter Bright

C:\MyFolders\src>dmd xaru.d -Dddocs
xaru.d(60): Deprecation: Implicit string concatenation is 
deprecated, use 
"\uc624\ud1a0\ucf54\ub178\ucf54+\uc5d4\uc194\ub85c\uc9c0," ~
"36" instead
xaru.d(169): Deprecation: module core.stdc.wchar_ is not 
accessible here, perhaps add 'static import core.stdc.wchar_;'
OPTLINK (R) for Win32  Release 8.00.17
Copyright (C) Digital Mars 1989-2013  All rights reserved.
http://www.digitalmars.com/ctg/optlink.html
xaru.obj(xaru)  Offset 38C42H Record Type 00C3
  Error 1: Previous Definition Different : 
_D4xaru8ezFilterFAAyaAyaZAAya
Error: linker exited with status 344806024
------------------------------------------------------------

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


More information about the Digitalmars-d-learn mailing list