Laex / Delphi-OpenCV

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

Delphi 10.3 Installation #146

Open darkducke opened 2 years ago

darkducke commented 2 years ago

I followed all the steps but the file paths do not match the project directories. An example: install> "\packages\Delphi XXX\rclVCLOpenCV.dpk" the following error occurs: [dcc32 Fatal Error] rclVCLOpenCV.dpk(60): F1026 File not found: '..\ocv.calib3d_c.pas' this is looking in the previous directory "\packages\" but the file "ocv.calib3d_c.pas" is in: "\source" the ".pas" references in the dpk files are not correct, so I can't install, do I have to change directories? change something in the paths?

Laex commented 2 years ago

In the rclVCLOpenCV.dpk project, delete the ocv.calib3d_c.pas file and add it again. The way to fix it on the right one.