VS2013 with LDC setup

Ronnie via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sat May 30 11:25:40 PDT 2015


And if I try to do a release version

ConsoleApp1.obj : error LNK2019: unresolved external symbol 
_D3std5stdio6stdoutS3std5stdio4File (std.stdio.File 
std.stdio.stdout) referenced in function 
_D3std5stdio16__T7writelnTAyaZ7writelnFAyaZv (void 
std.stdio.writeln!(immutable(char)[]).writeln(immutable(char)[]))
ConsoleApp1.obj : error LNK2019: unresolved external symbol 
_D3std9exception14__T7enforceTbZ7enforceFNaNfbLAxaAyamZb (pure 
@safe bool std.exception.enforce!(bool).enforce(bool, lazy 
const(char)[], immutable(char)[], ulong)) referenced in function 
_D3std5stdio16__T7writelnTAyaZ7writelnFAyaZv (void 
std.stdio.writeln!(immutable(char)[]).writeln(immutable(char)[]))
ConsoleApp1.obj : error LNK2019: unresolved external symbol 
_Dmodule_ref referenced in function _D4main16__moduleinfoCtorZ 
(main.__moduleinfoCtor)
ConsoleApp1.obj : error LNK2019: unresolved external symbol 
_d_run_main referenced in function main
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D14TypeInfo_Const6__vtblZ (TypeInfo_Const.__vtbl)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D14TypeInfo_Array6__vtblZ (TypeInfo_Array.__vtbl)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D10TypeInfo_m6__initZ (TypeInfo_m.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D18TypeInfo_Invariant6__vtblZ (TypeInfo_Invariant.__vtbl)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D10TypeInfo_a6__initZ (TypeInfo_a.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D12TypeInfo_Axa6__initZ (TypeInfo_Axa.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D10TypeInfo_b6__initZ (TypeInfo_b.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D10TypeInfo_i6__initZ (TypeInfo_i.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D10TypeInfo_h6__initZ (TypeInfo_h.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D10TypeInfo_k6__initZ (TypeInfo_k.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D12TypeInfo_Aya6__initZ (TypeInfo_Aya.__init)
ConsoleApp1.obj : error LNK2001: unresolved external symbol 
_D3std5stdio12__ModuleInfoZ (std.stdio.__ModuleInfo)
Release\ConsoleApp1.exe : fatal error LNK1120: 16 unresolved 
externals
Building Release\ConsoleApp1.exe failed!
Details saved as 
"file://H:\Users\Mushfaque.Cradle\documents\D\ConsoleApp1\ConsoleApp1\Release\ConsoleApp1.buildlog.html"
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped 
==========


More information about the digitalmars-d-ldc mailing list