You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: