Laex / Delphi-OpenCV

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

how to install delphi-opencv in 64bits windows without "designide"? #81

Closed paladinzhh closed 7 years ago

paladinzhh commented 7 years ago

I install delphi-opencv 2.4.13 in 64bits windows. When build the package,meet an error "E2202 Required package 'designide' not found". Looking at the path this makes sense as the file refer to lib\win32. However, under lib\win64 there is no such file. how to install delphi-opencv in 64bits windows without "designide"?

blaisexen commented 7 years ago

hi, try to put all the files in 1 folder, all the *.pas from of Delphi-OpenCV to the folder your compiling the application.

like this application I did, put all the files in 1 folder, http://www.mediafire.com/file/u38m8q9616mp6ae/Face_eDEMO_Delphi-OpenCV.zip

I'll wait for your feedback, good luck

guiMohr commented 5 years ago

Hi, i had exactly the same problem, i try @blaisexen solution but dind't work.

Ps: i'm using 10.1 Berlin and run the CheckCV and everything is OK.