Hi > You can only do that if the enum is only used from inside the class. > If you call a class member from another class that needs the enum you > must declar it outside the class.
I don't think that is right. As the enum is public it should be accessible from outside the class, but must be fully qualified. e.g: CMyClass::FIVEHUNDRED. 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 available for download.
