Hi Max > I'm not sure but did I read somewhere that you shouldn't derive a class from a templated (base) class??
It has nothing to do with templated base classes. You shouldn't inherit from STL classes as they don't have virtual destructors. If you feel the need, stop and use aggregation instead. Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now ready for download
