CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: VC++ 6

  1. #1
    Guest

    VC++ 6

    Does anybody know why VC++ ver. 6.0 quits displaying hints? That is popup windows showing member functions and variables for MFC classes. I can see members of my derived classes but not MFC.
    Thanks.



  2. #2
    Join Date
    Oct 1999
    Posts
    48

    Re: VC++ 6

    Not sure if this is the problem but...it may be because the item your referring to hasn't been declared correctly, i.e. syntax for pointers and member variables and/or including the proper header files etc.

    HTH



  3. #3
    Join Date
    Oct 1999
    Location
    Montreal, Quebec
    Posts
    6

    Re: VC++ 6

    Intellisense sometimes get lost...try deleting
    the .ncb file (VC++ will rebuild it)and see if
    that helps

    W. Hodgins, VE2WRH

  4. #4
    Guest

    Re: VC++ 6

    Right. I was using old project from before vc++ ver 6. After deleting ncb, aps and opt (just in case) everything works perfectly.
    Guys, thanks a bunch for your time and involvment!



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