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.

Reply via email to