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

Thread: Class View

  1. #1
    Guest

    Class View

    Hi,

    We have a project which was built using version 4 of Microsoft Visual C++. However, the editor of Visual Studio was not used to change the project files. The classes were directly added using some other editor

    Now whwn we try to use the Class View in the Integrated Development Environment (of Visual C++ 5.0), we do not see all the classes.

    What can be done to ensure that all the classes are visibe in the Class View

    Thanx


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: Class View

    Hi,

    1) delete the .clw file in the project's directory.

    2) open a dialog or a menu ressource in ressource view.

    3) press Ctrl+W.

    4) You will get a message box with something like "Class information missing". In the next dialog you can add your source files. After this all classes and structures shall be visible in the class view.

    HTH


    Martin

  3. #3
    Guest

    Re: Class View

    Hi,

    Thanks for the reply
    I did as suggested. The clw file was created successfully. Also the new clw file created contained all the classes. However, still the Class view does not show all the classes.



  4. #4
    Guest

    Re: Class View

    Hi,

    Another point. The clw file may be used in class wizard and not the class view. The class view that I am looking for is one of the tabs seen on the left hand side (the other tabs are : ResourceView, FileView and InfoView) of Workspace


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