Laex / Delphi-OpenCV-Class

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

Can not build on Delphi 11 #33

Closed jchdng closed 1 year ago

jchdng commented 1 year ago

The error message: [dcc64 Fatal Error] dclCVClass.dpk(35): E2202 Required package 'designide' not found

Laex commented 1 year ago

designide.dcp is part of Delphi, so it should find this file if your Delphi install is clean. Please locate this file and make sure the folder where designide.dcp is located is in your library path.

jchdng commented 1 year ago

64bit does not has "designide.dcp" files ,the IDE is 32 bits.Can you build you 64 bit dclCVClass.dpk?

Laex commented 1 year ago

dclCVClass is 32 bits

jchdng commented 1 year ago

Thanks! Should build with 32bit.