Link to home
Start Free TrialLog in
Avatar of frlaunt
frlaunt

asked on

Want to inherit from CObject using MS VC++ v5 ClassWizard

New to MS Visual C++ but not to C++ programming in general. I'm building an app with MS VC++ v5, and want to create a class which inherits from CObject, not one of its derivatives (this is a base class for other "work" objects I'll create, not an object associated with UI processing). Would like to use Class Wizard so I can build components for reuse in other apps. Can this be done? If so, what are the steps? If not, any alternative approaches you can suggest?
ASKER CERTIFIED SOLUTION
Avatar of mitchell042997
mitchell042997

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 frlaunt
frlaunt

ASKER

Super! I'll give it a try. Thanks for your help.
Avatar of frlaunt

ASKER

Super! I'll give it a try. Thanks for your help.