VC linker - unresolved external symbols - runtime

evilrat evilrat666 at gmail.com
Sat Nov 9 08:46:35 PST 2013


On Saturday, 9 November 2013 at 16:22:07 UTC, deed wrote:
> phobos64.lib contains
> _D4core7runtime7Runtime10initializeFDFC6object9ThrowableZvZb
> but not
> _D4core7runtime7Runtime10initializeFZb
>
> Does this mean that the phobos64.lib is not aligned with 
> current core.runtime module?

i also have this problem on win 8.1 with visual studio 2013.

smells like a bug for me. file a bug on tracker.

for now i think manually calling rt_init() and rt_term() can be 
used to avoid it.


More information about the Digitalmars-d-learn mailing list