问题
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