
Signature
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community --
Ron Liechty - ron.liechty@freescale.com - http://www.codewarrior.com
thanks for that.
i deleted the namespace before calling the function, now the line looks
like this:
GPrior setROI(FaceObject * &face, feature_type eye_type);
now the library compiles fine.
the only thing is, if i use it, it get this error-message:
Link Error : undefined:
'righteye_eye_dist_eye_centered::assignData(MPEyeFinder*,FeatureData&)'
(code)
Referenced from 'MPEyeFinderBinary::MPEyeFinderBinary()' in
libmpeyefinder
i know, this goes a little deep into the project, but maybe its a
error, which is easy to fix.
inx
Ron L - 24 Aug 2005 22:33 GMT
>thanks for that.
>
[quoted text clipped - 14 lines]
>i know, this goes a little deep into the project, but maybe its a
>error, which is easy to fix.
it can't find it now cause the source is in namespace and the call isn't
so it is a different name. It is probably something wrong with your
namespace calling.
Ron

Signature
CodeWarrior Community Forum is a free online resource for developers
to discuss CodeWarrior topics with other users and our staff
-- http://www.codewarrior.com/community --
Ron Liechty - ron.liechty@freescale.com - http://www.codewarrior.com