Laex / Delphi-OpenCV

Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
507 stars 226 forks source link

Can't load package dclCommonOpenCV220.bpl. The specified module could not be found. #56

Closed hungthuanmk closed 8 years ago

hungthuanmk commented 8 years ago

I'm using Delphi XE8 and have a error when try to install components. image

Laex commented 8 years ago

See README.MD

Requirements: Visual C++ redistributable for Visual Studio 2013 Files: msvcp120.dll, msvcr120.dll, msvcp120d.dll, msvcr120d.dll

Copy OpenCV dll files OS Windows 64-bit Target platform 64-bit: (2),(4),(6) -> "C:\Windows\System32\" Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\SysWOW64\" OS Windows 32-bit Target platform 32-bit: (1),(3),(5),(7) -> "C:\Windows\System32\"

henrykim1004 commented 5 years ago

On Delphi 10.3 Rio, I added "C:\Users\(your_home_foldername)\Documents\Embarcadero\Studio\20.0\Bpl" on search path to solve this problem.