October 26th, 1999, 08:51 AM
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.
Thanks.
|
Click to See Complete Forum and Search --> : VC++ 6 October 26th, 1999, 08:51 AM 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. ckp October 26th, 1999, 10:45 AM 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 whodgins October 26th, 1999, 10:19 PM Intellisense sometimes get lost...try deleting the .ncb file (VC++ will rebuild it)and see if that helps W. Hodgins, VE2WRH October 26th, 1999, 10:31 PM 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! codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |