Thanks everybody for the explanation. I kept staring at my code but found nothing wrong. ;-) On May 7, 2009, at 5:25 AM, Duane Hebert wrote: > > In the derived class (xx) try putting : > using x::some_method; to bring it into scope. This is a great hint, it works - thanks a lot! Shimaron