https://issues.dlang.org/show_bug.cgi?id=14849
--- Comment #7 from Martin Nowak <[email protected]> --- Now that I have VS2015 setup, I get the following link errors for hello world. Can someone help with that? phobos64.lib(stdio_373_566.obj) : error LNK2019: unresolved external symbol _flsbuf referenced in function _fputc_nolock phobos64.lib(dmain2_623_47b.obj) : error LNK2019: unresolved external symbol _set_output_format referenced in function _d_run_main phobos64.lib(dmain2_623_47b.obj) : error LNK2019: unresolved external symbol __iob_func referenced in function _d_run_main phobos64.lib(config_481_452.obj) : error LNK2019: unresolved external symbol _snprintf referenced in function _D2gc6config13__T5parseHTfZ5parseFNbNiAxaKAxaKfZb phobos64.lib(stacktrace_3a9_3e5.obj) : error LNK2001: unresolved external symbol _snprintf phobos64.lib(demangle_1e0_31d.obj) : error LNK2001: unresolved external symbol _snprintf phobos64.lib(config_481_452.obj) : error LNK2019: unresolved external symbol sscanf referenced in function _D2gc6config13__T5parseHTfZ5parseFNbNiAxaKAxaKfZb hello.exe : fatal error LNK1120: 5 unresolved externals --- errorlevel 1120 It seems CRT was changed heavily for VS2015. http://blogs.msdn.com/b/vcblog/archive/2014/06/10/the-great-crt-refactoring.aspx --
