Laex / Delphi-OpenCV

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

Build configuration 'debug' is not possible #46

Closed KristofVRA closed 8 years ago

KristofVRA commented 8 years ago

It appears that the examples (..\samples\LibDemo) can only be built in 'release' mode, not 'debug' mode. Is this meant to be so ?

Thank you for the answer in advance.

Kristof VR

P.S.: probably the compiler directives have something to do with it, e.g. this one in ocv.core_c

{$IFDEF DEBUG} {$A8,B-,C+,D+,E-,F-,G+,H+,I+,J-,K-,L+,M-,N+,O-,P+,Q+,R+,S-,T-,U-,V+,W+,X+,Y+,Z1} {$ELSE} {$A8,B-,C-,D-,E-,F-,G+,H+,I+,J-,K-,L-,M-,N+,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y-,Z1} {$ENDIF}