|
-
July 29th, 2003, 05:14 AM
#1
VC 6's IDE ClassView bug? Cannot find the definition...
Hi folks,
I'm sure this happens to a lot of us. The question is I tried suggestions here; del *.ncb and *.opt., and still don't work.
I'm using VC 6 (SP5) on Win2K. Please share your thought. I'm losing hair too fast now
Will
-
July 29th, 2003, 06:25 AM
#2
Year thats some nasty behavior of VC++. Try to delete .clw-file, too. Or change the .h-file of a class which disappears a bit (addint a space and saving it again). Normally the class will reapear.
-
July 29th, 2003, 05:52 PM
#3
It does that to me too. If your classes are a namespace, this feature doesn't work
-
July 29th, 2003, 10:41 PM
#4
-
July 30th, 2003, 06:28 AM
#5
Missing function definition link from ClassView
Hi, everyone.
Thanks for sharing your view. I don't know if I've asked the question wrong. Apart from the "missing class" I had before, my current trouble is "missing some of the member functions' definition". Usually we I 2click on a function name on the ClassView, I jump to the right place in the *.cpp file.
In one of classes, almost all of them work apart from two. I've tried to use the wizard to re-added them but once I start to insert text, it die. The only thing 'special' about the 2 functions are the para I used were -> enum WORK_MODE { A, B, C}. So the function prototype is BOOL Do(CMYWORK:: WORK_MODE this);
Could anyone tell me the way out. I've tried the trick del. *.ncb, *.opt and *.clw but no effect.
Will
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|