CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2003
    Posts
    11

    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

  2. #2
    Join Date
    Aug 1999
    Location
    Germany
    Posts
    2,338
    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.

  3. #3
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    It does that to me too. If your classes are a namespace, this feature doesn't work

  4. #4
    Join Date
    Jun 2003
    Location
    Perth - Australia
    Posts
    86
    Hi,
    Try to have a look here:
    http://www.kbalertz.com/sresults.asp...ew&st=1&stec=1
    Good luck,
    Beatrice

  5. #5
    Join Date
    Jun 2003
    Posts
    11

    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
  •  





Click Here to Expand Forum to Full Width

Featured