Link to home
Start Free TrialLog in
Avatar of mammouth
mammouth

asked on

base class undefined

When i try to compile, i get error: error C2504: 'CDHtmlDialog' : base class undefined

How can i resolve this?
Avatar of tinchos
tinchos

Hi

I would say that the base class, in this case "CDHtmlDialog" is not defined in that file
or the header where that class is defined is not included in this file.

Hope this helps

Tincho
Avatar of mammouth

ASKER

CDHtmlDialog were added with microsoft web browser activeX under MFC.
I guess there must be some kind of header you must include.

TIncho
ASKER CERTIFIED SOLUTION
Avatar of drichards
drichards

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