On compiling the project, I get the following compiler error:
error C2440: 'type cast' : cannot convert from 'long (__thiscall Child::*)(long,unsigned int)' to 'long (__thiscall CWnd::*)(unsigned int,long)'
Where have I gone wrong in the above implementation ? Does Child class need to be direct derivative of CWnd class to declare a message map ?
I'm using VC++ 6.0 with SP4.
Thanks, Pavan
Edited byOption GreekFriday, June 6, 2008 12:47 PMHave to provide vc++ compiler version