deh_beg and deh_end linker error

tivadj tivadj at gmail.com
Thu Jan 9 11:56:46 PST 2014


Hi all,

Well, the original post was long time ago, but I have a similar 
problem now. I am linking static D library into C++ executable 
and getting linker errors

Phobos64.lib(sections_win64_4f1_4e2.obj) : error LNK2019 : 
unresolved external symbol _deh_beg referenced in function 
_D2rt14sections_win6412SectionGroup8ehTablesMxFNdZAyS2rt15deh_win64_posix9FuncTable
Phobos64.lib(sections_win64_4f1_4e2.obj) : error LNK2019 : 
unresolved external symbol _deh_end referenced in function 
_D2rt14sections_win6412SectionGroup8ehTablesMxFNdZAyS2rt15deh_win64_posix9FuncTable
//PWConnectedComponentsCount.mexw64 : fatal error LNK1120 : 2 
unresolved externals

I wonder if (at least in theory) it supposed to work now?
I have dmd-2.064.2 Windows x64 and linker from VS2013.


More information about the Digitalmars-d-learn mailing list