this program can't start because libeay32.dll is missing from your computer [duplicate]

本小妞迷上赌 提交于 2019-12-11 08:12:54

问题


I don't need libeay32.dll in my project. I have already added ssleay32.lib in my application. This was working fine in visual studio 2010 version of my app. When I ported it in visual studio 2013 this error occurred. Where do I remove the settings so that my application doesn't search for libeay32.dll? My project built successfully. When I try to run the exe file or run the project than this shows up.


回答1:


It is library for SSL. You probably need to install OpenSSL or just download it from some website and copy it to system folder.



来源:https://stackoverflow.com/questions/25377341/this-program-cant-start-because-libeay32-dll-is-missing-from-your-computer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!