> > SubClass* sc = new SubClass; > > BaseClass* bc = NULL; > > bc = (BaseClass*)sc; > > bc->setVal(); > > > > I get the following error when linking: > > > > Link Error : Exception68K.cp: '__rethrow' referenced > > from '__unexpected' is undefined. > > This is a Ben question, I think. :) I'm new to Palm programming myself.
I'm not I don't know who Ben is, but I sure hope he can help! I have a lot of C++ experience, but and new to CW and am having trouble moving forward until I get this figured out. :( -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
