Laex/Delphi-OpenCV-Class

Error during Sydney 10.4.1 compiling

Closed this issue · 3 comments

Hi Laex,

I've tried to build Delphi-OpenCV-Class with Syndey 10.4.1 following your README info.
When I try to build the package I obtain this error message:

image

Laex commented

Try in the file "Delphi-OpenCV-Class\source\cpp.utils.pas" on line 114 to change
TPtr<T:record> = record
remove the ":record" part

Perfect now compile :)

Another error during design package compilation:

dibhdr := @buf;

to

dibhdr := pBITMAPINFOHEADER(@buf);

image

Laex commented

Yes, I corrected that too.