Jump to content
TrinityCore

iSwuerfel

Plebs
  • Posts

    6
  • Joined

  • Last visited

Everything posted by iSwuerfel

  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
  2. ​Thank you, set the variables - now working how it should!
  3. ​Ok sry, my fault. Here is it.
  4. Hi got a problem with Cmake. :/ Here are the needed files. Cmake Error Log: Cmake Output: Hope you can help me. Greetings, iSwürfel
×
×
  • Create New...