<div dir="ltr"><span class="gmail-"></span><br><span class="gmail-"></span><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div id="gmail-m_3697489318856395369divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);font-family:calibri,arial,helvetica,sans-serif" dir="ltr"><div>
        IF EXIST libcrypto-1_1-x64.dll.manifest DEL /F /Q libcrypto-1_1-x64.dll.manifest<br>
        link /nologo /debug /dll  /implib:libcrypto.lib /out:libcrypto-1_1-x64.dll /def:libcrypto-1_1-x64.def @C:\Users\jesaremi\AppData\<wbr>Local\Temp\nm8557.tmp || (DEL /Q libcrypto.* libcrypto-1_1-x64.* && EXIT 1)<br>
crypto\aes\aes_cfb.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'<br>
NMAKE : fatal error U1077: 'link' : return code '0x1'<br>
Stop.</div></div></div></blockquote><div><br></div><div>It sounds like the wrong Developer Tools Command Prompt was opened. You can find them through Start -> Programs -> Visual Studio NNNN -> Developer Tools. Also see <a href="https://msdn.microsoft.com/en-us/library/ms229859(v=vs.110).aspx">https://msdn.microsoft.com/en-us/library/ms229859(v=vs.110).aspx</a> .<br><br></div><div>If you plan on building for x86 and you configure for <span>VC-WIN32, then be sure you open the x86 command prompt, and not the x64 one.<br><br></span></div><div><span>If you want to build for x64, then be sure to configure with </span><span>VC-WIN64A, and be sure to open a x64 developer command prompt.<br></span></div><div><span><br></span></div><div><span>If you have the correct command prompt open, then perform a clean or distclean. You may have old artifacts lying around.<br><br></span></div><div><span>Jeff<br></span> </div></div></div></div>