Re: libraries n stuff



In article <1122304003.930928.197420@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
ingo@xxxxxxxxx wrote:

>hi
>
>thanks for help. i tried to export functions via #pragma, all globals
>and both, #pragma and .exp file but nothing changes. this are the
>error-messages:
>
>Link Error : undefined: 'operator delete(void*)' (code)
>Referenced from 'MPISearchFaceDetector::~MPISearchFaceDetector()' in
>libmpisearch
>Referenced from
>'MPISearchObjectDetector<float>::~MPISearchObjectDetector()' in
>libmpisearch
>Referenced from 'MPISearchStream<float>::~MPISearchStream()' in
>libmpisearch
>Referenced from
>'std::__vec_deleter<MPIScaledImage<float>::const_iterator,
>std::allocator<MPIScaledImage<float>::const_iterator>>::~__vec_deleter()'
>in libmpisearch
>Referenced from 'MPISearchStream<float>::release()' in libmpisearch
>Referenced from 'std::__vec_deleter<unsigned long,
>std::allocator<unsigned long>>::~__vec_deleter()' in libmpisearch
>
>Link Error : undefined: 'operator delete[](void*)' (code)
>Referenced from 'MPISearchStream<float>::release()' in libmpisearch
>Referenced from
>'MPISearchStream<float>::deleteCacheCorners(CornerCache<float>**&,float*&)'
>in libmpisearch
>
>Link Error : undefined: '__ptr_glue' (code)
>Referenced from 'MPISearchStream<float>::release()' in libmpisearch
>
>the main() is the same as before.
>do i build the library right?
>whats wrong?

It looks likeyou are missing the runtime library.

Ron

--
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 - MWRon@xxxxxxxxxxxxxx - http://www.codewarrior.com
.