Click to See Complete Forum and Search --> : Class View Bug..!


Hung_nc
June 3rd, 1999, 11:57 AM
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

B. Colombet
June 4th, 1999, 03:40 AM
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

Hung_nc
June 7th, 1999, 03:44 AM
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