> Can we use C++ and OOPS concept to develop shared library in Palm > If anyone knows, pls inform me as how can i proceed with it
System shared libraries can use C++, but you can't export C++ APIs, and any features that require global data storage (virtual functions, exceptions) will not work. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
