link error in a c++ shared library

2003-09-08 Thread Eric Potter
I have some code that compiled fine in a standard c++ application, but when I moved it to a shared library, I got a link error that says: Cursor.cpp: 'operator delete(void*)' reference from 'Entry::~Entry()' is undefined. Why is this happening? thanks -- For information on using the Palm

Re: link error in a c++ shared library

2003-09-08 Thread Ben Combee
At 10:07 AM 9/8/2003, Eric Potter wrote: I have some code that compiled fine in a standard c++ application, but when I moved it to a shared library, I got a link error that says: Cursor.cpp: 'operator delete(void*)' reference from 'Entry::~Entry()' is undefined. Why is this happening? Shared