Link to home
Start Free TrialLog in
Avatar of PMH4514
PMH4514

asked on

Probably simple VC++ 6.0 IDE question

All the sudden in my workspace, when I choose Insert->New Class, I only see Generic Class in the class type drop-down.. I used to see MFC class and I forget what the other one was.  

Did I inadvertantly turn something off?
thanks
-Paul
Avatar of mactep13
mactep13

If your project is MFC based, then the class wizard will give you this option, if not, then you only get generic class. Same goes for ATL. You can, however, use the generic class and supply the base class to be whatever you wish, but if you're not using MFC, deriving from CButton makes very little sense.

Hope this helps,

Mactep.
Avatar of PMH4514

ASKER

my project is MFC based and I have all along had the option to create MFC classes..  What I'm trying to say is that all of the sudden (started two days ago) I no longer have that option in my project.  can't figure out why :)
ASKER CERTIFIED SOLUTION
Avatar of DanRollins
DanRollins
Flag of United States of America 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
Avatar of PMH4514

ASKER

that did it, thanks!
great!  Thanks for the points and the grade :-)