i have a question about the MFC class wizard,
my own derived classes are not visible in it
isn't this possible ?
R. Aerts
R&D Temec Instruments B.V.
Printable View
i have a question about the MFC class wizard,
my own derived classes are not visible in it
isn't this possible ?
R. Aerts
R&D Temec Instruments B.V.
if i know well it is for your classes quite normal
sometimes helps remove (rename) .clw file, open class wizard and give ok (all files)
class wizzard can handle only CmdTarget derived classes. If your class isn't derived from CmdTarget, it cannot be displayed. If it is derived from CmdTarget it may help to delete *.clw file. If you then call class wizzard it will create the *.clw file.
Hope this helps