Click to See Complete Forum and Search --> : class wizard


Rob Aerts
May 31st, 1999, 06:20 AM
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.

real name
May 31st, 1999, 06:28 AM
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)

Roland Seibert
May 31st, 1999, 08:05 AM
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