<div dir="ltr">Sorry, I meant no reference to libeaymt64.lib or ssleaymt64.lib</div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 8, 2017 at 12:20 PM, Raymi Coevan <span dir="ltr"><<a href="mailto:raymi.coevan@gmail.com" target="_blank">raymi.coevan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br></div>Indeed, the list you mentioned is exactly the one I have in my environment. In my MSVC project, I only statically link with libcrypto64MT.lib and libssl64MT.lib. No reference is made to libeaymt64.lib or libssl64MT.lib, from what I know at least. So I don't understand why I got these link errors...<br><br></div>KR<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">Raymi<br><br><br></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 8, 2017 at 12:01 PM, Richard Levitte <span dir="ltr"><<a href="mailto:levitte@openssl.org" target="_blank">levitte@openssl.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
In message <<a href="mailto:CANFqjkLsqy_2z7TvZhap%2B8xBvx8VKBnmkNuq0KY6iJ8m3f%2BDPw@mail.gmail.com" target="_blank">CANFqjkLsqy_2z7TvZhap+8xBvx8V<wbr>KBnmkNuq0KY6iJ8m3f+DPw@mail.<wbr>gmail.com</a>> on Sat, 8 Jul 2017 11:19:57 +0200, Raymi Coevan <<a href="mailto:raymi.coevan@gmail.com" target="_blank">raymi.coevan@gmail.com</a>> said:<br>
<br>
...<br>
raymi.coevan> I have dependencies on Poco and OpenSSL (1.1.0e is currently used on<br>
raymi.coevan> MacOSX and Linux), and when trying to compile using MSVC2015, I get<br>
raymi.coevan> and link error telling that libeaymt64.lib and ssleaymt64.lib are<br>
raymi.coevan> missing. I tried to find where these dependencies are defined (pragma<br>
raymi.coevan> or linkage definitions) but did not find. These libraries do not look<br>
raymi.coevan> to exist since I cannot find them on MacOSX and Linux either.<br>
<br>
Yes, the libraries have changed name for 1.1.0, with names that are<br>
more in line with the Linux / MacOS X names.<br>
<br>
raymi.coevan> I have installed OpenSSL environment and tried using precompiled libs<br>
raymi.coevan> and headers from <a href="http://slproweb.com/download/Win64OpenSSL-1_1_0f.exe" rel="noreferrer" target="_blank">http://slproweb.com/download/W<wbr>in64OpenSSL-1_1_0f.exe</a><br>
<br>
I tried that one with standard installation location<br>
(c:/OpenSSL-Win64), and here's what I found (looking for *.lib) that's<br>
relevant:<br>
<br>
    c:/OpenSSL-Win64/lib/VC/libcry<wbr>pto64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/libssl<wbr>64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/libcry<wbr>pto64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/libssl<wbr>64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/libcry<wbr>pto64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/libcry<wbr>pto64MT.lib<br>
    c:/OpenSSL-Win64/lib/VC/libssl<wbr>64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/libssl<wbr>64MT.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libcrypto64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libssl64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libcrypto64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libssl64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libcrypto64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libcrypto64MT.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libssl64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/static<wbr>/libssl64MT.lib<br>
<br>
>From those, I guess you need to change your dependencies to be<br>
libcrypto64MT.lib instead of libeaymt64.lib, and libssl64MT.lib<br>
instead of ssleaymt64.lib.<br>
<br>
Cheers,<br>
Richard<br>
<span class="m_-1771373070641222522HOEnZb"><font color="#888888"><br>
--<br>
Richard Levitte         <a href="mailto:levitte@openssl.org" target="_blank">levitte@openssl.org</a><br>
OpenSSL Project         <a href="http://www.openssl.org/~levitte/" rel="noreferrer" target="_blank">http://www.openssl.org/~levit<wbr>te/</a><br>
--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/mailma<wbr>n/listinfo/openssl-users</a><br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>