hi,
> Compiling...
> Cascade.cpp
> d:\handsdk\cubicles\integralimage.h(218) : fatal error C1189:
> #error : you must define II_TYPE
> CascadeFileScanner.c
In the cubicles project, define as preprocessor macro: II_TYPE_FLOAT.
> c:\program files\microsoft visual studio\vc98\include\eh.h(32) :
> fatal error C1189: #error : "eh.h is only for C++!"
> Classifiers.cpp
Is this a file from Win98? "vc98" hints that direction... I have never
attempted building it on Win98. If you're running XP, make sure the
correct C/C++ headers get included. Possibly the _MSC_VER define takes
care of that.
> d:\handsdk\cubicles\integralimage.cxx(81) : error C2143: syntax
> error : missing ';' before '<'
All the following errors are follow-up errors due to II_TYPE being
undefined. They should go away once you define II_TYPE_FLOAT
m.