Quote Originally Posted by Daved
To turn on RTTI in VC++6.0, go to Project->Settings, C/C++ tab, C++ Language category, and check Enable Run-Time Type Information (RTTI).

The base class needs a virtual destructor.
These worked for me, thank you very much for your advice!