<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Sorry, just one more question. How do I add <font face="Hack">legacy_stdio_definitions.lib<font
        face="Source Sans Pro"> to the linker input?<br>
        <br>
      </font></font><br>
    <pre wrap="">------------------------------

Message: 2
Date: Mon, 8 Aug 2016 11:40:30 +0800
From: Sebastian Godelet <a class="moz-txt-link-rfc2396E" href="mailto:sebastian.godelet@outlook.com"><sebastian.godelet@outlook.com></a>
To: "'Julien Fischer'" <a class="moz-txt-link-rfc2396E" href="mailto:jfischer@opturion.com"><jfischer@opturion.com></a>
Cc: <a class="moz-txt-link-abbreviated" href="mailto:users@lists.mercurylang.org">users@lists.mercurylang.org</a>, 'Noah Scott Goldman'
        <a class="moz-txt-link-rfc2396E" href="mailto:noahsg@badmousedriver.xyz"><noahsg@badmousedriver.xyz></a>
Subject: Re: [m-users.] Compiler trouble
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:DUB405-EAS1418DE1A6464D67465446B0F21B0@phx.gbl"><DUB405-EAS1418DE1A6464D67465446B0F21B0@phx.gbl></a>
Content-Type: text/plain; charset="UTF-8"

So yes when the patch I submitted to enable compilation with VS 2015, that could be backported to the 14.01 release branch,

Alternatively one could try to use:
</pre>
    <blockquote type="cite" style="color: #000000;">
      <pre wrap="">If you are linking with Windows SDK 8.1 or earlier, you might encounter these unresolved external symbol errors.
In that case, you should resolve the error by adding legacy_stdio_definitions.lib to the linker input as described previously.
</pre>
    </blockquote>
    <pre wrap="">So for the CL command output, add that lib and it should be worth a shot.

Cheers,

Sebastian

</pre>
  </body>
</html>