简体   繁体   English

找不到 platoform 64x 的库 teserract41.dll- 安装 vc_redist.x64.exe 后

[英]failed to find library teserract41.dll for platoform 64x- After installing vc_redist.x64.exe

I have a program that uses the tesseract library and I want to use it on other computers so I send to other computer the debug folder.我有一个使用 tesseract 库的程序,我想在其他计算机上使用它,所以我将调试文件夹发送到其他计算机。 Suddenly I got this runtime error message on the other computer: failed to find library teserract41.dll for platoform 64x突然我在另一台计算机上收到此运行时错误消息: failed to find library teserract41.dll for platoform 64x

Before I intalled the vc_redist.x64.exe I had the error: failed to find library leptonica-1.80.0.dll for platoform 64x Now I get the error in the title and I don't know what else can I do.在我安装 vc_redist.x64.exe 之前,我遇到了错误: failed to find library leptonica-1.80.0.dll for platoform 64x现在我在标题中收到错误,我不知道还能做什么。 In the 64x folder there is this dll.在 64x 文件夹中有这个 dll。

In my local computer, when I run my program from the debug folder everything works fine.在我的本地计算机上,当我从调试文件夹运行我的程序时,一切正常。

I installed all the three exe files from this link: https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0我从这个链接安装了所有三个 exe 文件: https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0

x86: vc_redist.x86.exe
x64: vc_redist.x64.exe
ARM64: vc_redist.arm64.exe

I solved this problem by adding dll to the project folder我通过将 dll 添加到项目文件夹来解决这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM