CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    89

    ClassWizard bug?

    Dear Gurus:
    I created a Cpropertysheet and CPropertyPages
    via Visual C++ 6.0 using its resources editor
    and then generate the respective cpp and h files.
    Then I use Classwizard to see if it can "see" the new generated class. It was not able to list the class in its class listing.
    I also change the ID name of each property pages and the code compiled without errors.

    Anyone has this bug before?
    Kind regards,
    H.P. Ng


  2. #2
    Join Date
    Sep 1999
    Location
    Europe / Austria / Innsbruck
    Posts
    442

    Re: ClassWizard bug?

    Hi, if you have problems with classwizard do the following:
    1. close the workspace
    2. delete the .CLW file in your project directory
    3. open the workspace
    4. open class wizard
    the .CLW file with the class informations will be rebuild by class wizard


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