Class Wizard wont let me pick a derived base class
I am trying to use class wizard to generate code for some class which is derived from CPropertyPage. I have exported this class to the gallery, I can see it in the class list, but when I try to generate a new class from the resource, the only thing selections for a base class are the MFC classes. Does anyone know how to fix this??
Re: Class Wizard wont let me pick a derived base class
I don't have a specific fix for you, but I have accepted what Class Wizard provides, then manually changed the base class, and the next time I went into Class Wizard, it showed the correct base class.
Re: Class Wizard wont let me pick a derived base class
I had thought about that. I found that there was alot of editing involved in replacing the occurrences of the base class in the source code. I am converting a large number of dialogs, so I wanted this to be as errorless as possible.