On Saturday, 9 November 2013 at 16:22:07 UTC, deed wrote:
phobos64.lib contains _D4core7runtime7Runtime10initializeFDFC6object9ThrowableZvZb but not _D4core7runtime7Runtime10initializeFZbDoes 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.