<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<br></div>Raymi<br><br><br></div><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">CANFqjkLsqy_2z7TvZhap+<wbr>8xBvx8VKBnmkNuq0KY6iJ8m3f+DPw@<wbr>mail.gmail.com</a>> on Sat, 8 Jul 2017 11:19:57 +0200, Raymi Coevan <<a href="mailto:raymi.coevan@gmail.com">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/<wbr>Win64OpenSSL-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/<wbr>libcrypto64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libssl64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libcrypto64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libssl64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libcrypto64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libcrypto64MT.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libssl64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>libssl64MT.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libcrypto64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libssl64MDd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libcrypto64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libssl64MD.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libcrypto64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libcrypto64MT.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/libssl64MTd.lib<br>
    c:/OpenSSL-Win64/lib/VC/<wbr>static/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="HOEnZb"><font color="#888888"><br>
--<br>
Richard Levitte         <a href="mailto:levitte@openssl.org">levitte@openssl.org</a><br>
OpenSSL Project         <a href="http://www.openssl.org/~levitte/" rel="noreferrer" target="_blank">http://www.openssl.org/~<wbr>levitte/</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/<wbr>mailman/listinfo/openssl-users</a><br>
</font></span></blockquote></div><br></div>