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
The OpenCV.inc file defines {$DEFINE DelphiOCVVersion_29}. If the OpenCV.inc file is not included in ocv.core_c.pas, then
[dcc32 Error] ocv.core_c.pas(601): E2065 Unsatisfied forward or external declaration: 'cvGetSize'
Just add paths in
Main menu -> Project -> Options
Delphi Compiler (left section)
Target (right part of the dialog window, I choose All Configurations)
Search path
D:\DELPHI\Delphi-OpenCV
D:\DELPHI\Delphi-OpenCV\packages
D:\DELPHI\Delphi-OpenCV\source
D:\DELPHI\Delphi-OpenCV\jedi
D:\DELPHI\Delphi-OpenCV\resource\facedetectxml
C:\program files (x86)\embarcadero\studio\23.0\source\ToolsAPI\
this will solve the compilation problem, but not the Installation of components.
[dcc32 Error] ocv.core_c.pas(601): E2065 Unsatisfied forward or external declaration: 'cvGetSize'
The text was updated successfully, but these errors were encountered: