CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: class wizard

  1. #1
    Join Date
    May 1999
    Posts
    2

    class wizard

    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.

  2. #2

    Re: class wizard

    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)


  3. #3
    Join Date
    May 1999
    Posts
    67

    Re: class wizard

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured