Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error code: 126 - The specified module could not be found #157

Open
diamond94618 opened this issue Feb 23, 2023 · 3 comments
Open

Error code: 126 - The specified module could not be found #157

diamond94618 opened this issue Feb 23, 2023 · 3 comments

Comments

@diamond94618
Copy link

My development environments are like below
OS -> Win 11 pro
Dev Tool -> Rad Studio XE2
Currently I have perfomed installation process by readMe
Finally I have launched C:\Delphi-OpenCV\CheckCVDep\CheckCVDep.exe to verify dependencies.
Of course I have copied all dependency librarys(dll) to system32 and syswow64.
But I faced verifying errors
image
I already confirmed issue dlls are located in correct folders(system32, syswow64)
image
What is the problem? plz help me.

@Laex
Copy link
Owner

Laex commented Feb 24, 2023

If you have Win 11 x64 - check the copy
opencv\build\x64\vc14\bin*.dll -> C:\windows\system32
opencv\build\x86\vc14\bin*.dll -> C:\windows\ SysWOW64\

Or put the necessary dlls next to your program

@diamond94618
Copy link
Author

If you have Win 11 x64 - check the copy opencv\build\x64\vc14\bin*.dll -> C:\windows\system32 opencv\build\x86\vc14\bin*.dll -> C:\windows\ SysWOW64\

Or put the necessary dlls next to your program

I think I copied all fils correctly.
image
plz check my screenshot.

@diamond94618
Copy link
Author

I have resolved this problem. It was related with OS.
On Win 7 system this process was worked correctly.
I hope my experience will help guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants