Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
同时按 f5 在调试模式下在 VS2010 中运行我的项目。出现以下错误窗口无法在动态链接库LIBEAY32.dll中找到序数4070
我在我的项目和C:windows/system32中检查了 dll 的版本。两者都是相同的。
这是 openssl 的 CRYPTO_malloc_debug_init 函数的序数,它仅由 OpenSSL 的 0.9.8 版本(可能更旧)导出。
您项目中的某些内容与 OpenSSL 0.9.8 相关联。