Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 08/05/15 in Posts

  1. ​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
    1 point
×
×
  • Create New...