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.
Printable View
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.
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
Intellisense sometimes get lost...try deleting
the .ncb file (VC++ will rebuild it)and see if
that helps
W. Hodgins, VE2WRH
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!