Laex / Delphi-OpenCV-Class

Experimental Delphi binding for OpenCV 4.XX
Apache License 2.0
87 stars 26 forks source link

[dcc32 Error] saturate.impl.inc(28): E2003 Undeclared identifier: 'TValue' #7

Closed tata9527 closed 2 years ago

tata9527 commented 2 years ago

There was an error while installing the component. I modified the opt.inc file to temporarily resolve the problem. opt.inc {$IFDEF RELEASE} { }{$DEFINE DELAYED_LOAD_DLL} { }{$DEFINE USE_INLINE} { }{$DEFINE USE_TYPEINFO} {$ELSE} { } {$ENDIF} // {$WEAKLINKRTTI ON} {$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])} // {$WARN SYMBOL_PLATFORM OFF} {$WRITEABLECONST ON} {$POINTERMATH ON} {$MINENUMSIZE 4} {$TYPEDADDRESS ON}

Laex commented 2 years ago

Fixed in a609d93571edc6b969f507653ae8b6239607de31