> Great Info!  Now, I know that shared libraries aren't allowed to have
> static or global variables, but how does this otherwise limit my use of
> c++ in a libary?

C++ virtual function tables are global objects.  The CW C++ exception
handling mechanism relies on global data too.  So, you cannot create any
objects which use virtual functions or have code that throws or catches
exceptions in a shared library.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to