Delphi-OpenCV
Delphi-OpenCV copied to clipboard
Delphi 10.3 Installation
I followed all the steps but the file paths do not match the project directories. An example: install> "<PROJECT_ROOT>\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 "<PROJECT_ROOT>\packages" but the file "ocv.calib3d_c.pas" is in: "<PROJECT_ROOT>\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?
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.