错误 13 error LNK2019: 无法解析的外部符号 _ERR_print_errors_fp,该符号在函数 “public: __thiscall SSLManager::SSLManager(void)” (??0SSLManager@@QAE@XZ) 中被引用 F:\ghostLearning\gohostLearing\PCRemote\PCRemote\SSLManager.obj
错误 19 error LNK2019: 无法解析的外部符号 _OPENSSL_init_ssl,该符号在函数 “public: __thiscall SSLManager::SSLManager(void)” (??0SSLManager@@QAE@XZ) 中被引用 F:\ghostLearning\gohostLearing\PCRemote\PCRemote\SSLManager.obj
。。。。等错误
解决方法 在https://www.cnblogs.com/liping13599168/archive/2011/03/16/1986024.html下载了编译好的lib和dll(自己安装实在麻烦并且没有成功)
然后在 连接器-》附加依赖项添加
libeay32.lib
ssleay32.lib
libssl.lib
在VC++目录–》包含目录和库目录加上include和lib路径
编译通过