|
-
October 26th, 1999, 08:51 AM
#1
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.
-
October 26th, 1999, 10:45 AM
#2
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
-
October 26th, 1999, 10:19 PM
#3
Re: VC++ 6
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
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|