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
As I was facing some issues with cvcameracapture, I had the (bad) idea to upgrade the lib to the latest version.
Trying to compile on Delphi 10.4, target windows 32, it throw some errors.
1 - in the include file OpenCV.inc
I had to delete the first line : {$i jedi.inc}
2 - in the unit ocv.core_c.pas, lines 2650 until 2700
Directive CPU32 and CPU64 are not recognized under delphi.
I switched them to WIN32 and WIN64
Doing so, lib compiles again.
The text was updated successfully, but these errors were encountered:
HuguesDug
changed the title
March 8th 2022 - Does not compile - Delphi 10.4 - windows 32 target
May 8th 2022 - Does not compile - Delphi 10.4 - windows 32 target
May 8, 2022
Hello,
As I was facing some issues with cvcameracapture, I had the (bad) idea to upgrade the lib to the latest version.
Trying to compile on Delphi 10.4, target windows 32, it throw some errors.
1 - in the include file OpenCV.inc
I had to delete the first line : {$i jedi.inc}
2 - in the unit ocv.core_c.pas, lines 2650 until 2700
Directive CPU32 and CPU64 are not recognized under delphi.
I switched them to WIN32 and WIN64
Doing so, lib compiles again.
The text was updated successfully, but these errors were encountered: