Link to home
Start Free TrialLog in
Avatar of Wanting2LearnMan
Wanting2LearnManFlag for United Kingdom of Great Britain and Northern Ireland

asked on

'CBitmapButton' : base class undefined ???

While trying to convert an eVC++ project to VS2005, when I do a build I get the following error:

error C2504: 'CBitmapButton' : base class undefined      

The line of code in question is just my own class being derived like so.
class CMyBmpButton : public CBitmapButton

How can I solve this?
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Requirements  
Header: afxext.h

Does that help?
Avatar of Wanting2LearnMan

ASKER

No this did not solve the problem.  Any more ideas?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of alexey_gusev
alexey_gusev
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
OK will give that a try.  Thanks.
Problem solved.

 Thanks