CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Location
    Spain
    Posts
    24

    Class View Bug..!

    Hi, I am having a problem with Class viewer in VC++6 IDE:
    It does not show all my class, even though in class Wizard Dialog box all of them are available.
    I opened the same project in another PC running the same version of VC6, and all classes were showed OK.

    I tried to delete files in file Viewer then add files again, it was OK at that time but when I close the Visual Studio, open the project again, the problem stays the same.
    I also tried to edit the CLW file but it doesn't help !!

    Anybody can help me ?
    Is there any tip to control the ClassViewer showing behaviour ?

    Thanks in advance.


    Hung_beo

  2. #2
    Join Date
    Apr 1999
    Location
    France
    Posts
    35

    Re: Class View Bug..!

    Hi,
    I had the same problem with on of my project.
    In general, delete the .clw file and then reload the project.
    ClassView should complain and ask you to rebuild class database.
    It solved the problem for me.
    Another problem is when you add files to project.
    You should copy files with explorer in the project's folder in order to avoid problem explained above.

    If you have a good explaination from Microsoft or others let me know.



    C++ developer
    Faculté de Médecine
    27 Bd Jean Moulin
    13385 Marseille cedex 05

  3. #3
    Join Date
    Apr 1999
    Location
    Spain
    Posts
    24

    Re: Class View Bug..!

    Thank you for suggesting me delete file.
    In my case,delete the CLW file only is not enough.
    I found few line in MSDN CD with title: "trouble shooting install VC++" where they recomend to delete CLW and NCB file.
    I delete CLW, NCB(more than 1MB) and OPT file and it works.
    Merci - Aurevoir.

    Hung_beo

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