Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/17.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C 无法在windows server 2019上加载库_C_Windows_Dll - Fatal编程技术网

C 无法在windows server 2019上加载库

C 无法在windows server 2019上加载库,c,windows,dll,C,Windows,Dll,在我的windows server 2019数据中心上,无法加载我的库。Dumpbin.exe显示我的库依赖于kernel32.dll、VCRUNTIME140.dll、api-ms-win-crt-string-l1-1-0.dll、libcrypto-1_1.dll。我有libcrypto-1_1.dll并安装了VC_redist.x86 仍然无法加载 更新: 我检查了depends.exe。在api-ms-win-crt-string-l1-1-0.dll上显示??象征。它说“在我的项目库

在我的windows server 2019数据中心上,无法加载我的库。Dumpbin.exe显示我的库依赖于kernel32.dll、VCRUNTIME140.dll、api-ms-win-crt-string-l1-1-0.dll、libcrypto-1_1.dll。我有libcrypto-1_1.dll并安装了VC_redist.x86

仍然无法加载

更新:

我检查了depends.exe。在api-ms-win-crt-string-l1-1-0.dll上显示??象征。它说“在我的项目库文件夹中找不到库。api-ms-win-crt-string-l1-1-0.dll库位于c:/Windows/system32/downlevel文件夹中。我不知道它为什么在我的本地文件夹中查找


windows server 2019数据中心是否有其他redist.package?

“Dumpbin”显示您的依赖项…但它不会告诉您缺少哪些依赖项。下载。它以前随MSV提供,但仍然可以免费下载。它应该告诉您哪些.dll“缺少”。您确定需要这些.dll吗看得见的“在运行时?您是否安装了OpenSSL?libcrypto-1_1.dll依赖于什么?它是如何建造的?你是如何建立你的图书馆的?您使用了什么工具?DLL是可见的。我认为不需要安装openssl。libcrypto-1_1.dll位于右侧文件夹中。事实上,同样的软件在Windows10机器上运行良好,我们没有在其上安装openssl。所以区别在于操作系统,我得到这个错误的机器是WindowsServer2019