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
Printable View
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
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.
It does that to me too. If your classes are a namespace, this feature doesn't work :(
Hi,
Try to have a look here:
http://www.kbalertz.com/sresults.asp...ew&st=1&stec=1
Good luck,
Beatrice
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