You need to set the system variables: LIB_EAY_DEBUG - LIB_EAY_RELEASE - SSL_EAY_DEBUG - SSL_EAY_RELEASE to these files in you OpenSSL Directory:
Your_Drive:/OpenSSL_Directory/lib/VC and than to the files: libeay32MD.lib, libeay32MDd.lib, ssleay32MD.lib and ssleay32MDd.lib
So all in one it must look like this:
LIB_EAY_DEBUG
Your_Drive:/OpenSSL_Directory/lib/VC/libeay32MDd.lib
-
LIB_EAY_RELEASE
Your_Drive:/OpenSSL_Directory/lib/VC/libeay32MD.lib
-
SSL_EAY_DEBUG
Your_Drive:/OpenSSL_Directory/lib/VC/ssleay32MDd.lib
-
SSL_EAY_RELEASE
Your_Drive:/OpenSSL_Directory/lib/VC/ssleay32MD.lib
And don't forget the OpenSSL_Root and Include Var.
Hope this will help you,
Greetings,
iSwuerfel
Awesome it worked, thanks for all the help! Now I'm having some build errors. Sorry for being illiterate when it comes to C#/C++ Error codes.