On 8/31/07, Thomas Hruska <[EMAIL PROTECTED]> wrote: > error C2511: 'MyBase2 *MyDerived::Copy(void)' : overloaded member > function not found in 'MyDerived'
It appears to have something to do with the const qualifiers - removing the three from your example allows the code to compile. Why this is so, and whether it helps you I'm not too sure... -- PJH "Statistics are like a bikini. What they reveal is suggestive, but what they conceal is vital" -- Aaron Levenstein
