tags:

views:

8

answers:

0

I have user defined class which is derived from windows CDC class.i.e base class here is CDC. When i create a object of my class,and then try acessing GetSafeHdc() of CDC class.It throws compilation error saying "Not a member of 'X'" X is my class name. How to resolve it ?