At 03:10 AM 7/25/2005, you wrote:
I do include <typeinfo.h> - and I also tried <typeinfo>. Note that I get a link error, not a compile error.
typeinfo.h is just a header that pulls in typeinfo and then imports all of it into the main namespace.
I don't know why you're getting a link error -- the whole implementation is provided inline inside the typeinfo class.
-- Ben Combee, Senior Software Engineer, palmOne, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Forum Archives: http://news.palmos.com/read/all_forums/ -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
