I've created a simple shared library and it compiles and runs fine. I then wanted to add a class definition to the this shared library called CSharedLibTest. This also compiles. Now in one of the function of the library, in this case the open function (SampleLibOpen) I add the line CSharedLibTest SharedLibClass; Now the linker gives me the following error: SampleLib.cp 'operator delete(void*)' referenced from 'CSharedLibText::~CSharedLibTest()' is undefined. So my question, is it possible to call C++ from a shared library, and if so what do I need to include inorder to support C++? Thanks, Walter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
