Laex / Delphi-OpenCV

Project Delphi-OpenCV. Translation of OpenCV library header files in Delphi
507 stars 226 forks source link

Install for Delphi2010 #58

Closed chulwoongjeon-stemcell closed 8 years ago

chulwoongjeon-stemcell commented 8 years ago

I was trying to install Delphi-OpenCV at Delphi 2010, but I have an error at ocv.utils.pas line 92.

Type TStringAnsiHelper = record helper for String function AsPAnsiChar: PAnsiChar; end;

What part did I miss?