VC++ Intellisense
-
Sometimes The Intellisense of my VC++ Editor disappears- I am using Microsoft's Visual Studio 6.0 So when i try to put a . the popdown menu is not displayed .. . Any solutions????
Proud To Be an Indian
- Close the editor and try reopening it. Check if things work for you this way 2) Delete the .clw, .ncb and .suo files from your project directory and then try and open the solutions. 3) It could also happen if you have committed some mistake in the line(s) above. 4) If you are using Smart Pointer etc etc. These could be some of the possible problems and solutions to your problem
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
- Close the editor and try reopening it. Check if things work for you this way 2) Delete the .clw, .ncb and .suo files from your project directory and then try and open the solutions. 3) It could also happen if you have committed some mistake in the line(s) above. 4) If you are using Smart Pointer etc etc. These could be some of the possible problems and solutions to your problem
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
THank u!!!!!! .. i deleted *.ncb file ... now it works fine can what these files are *.ncb *.clw *.opt *.suo( i didnt find this file in my project whY??)
Proud To Be an Indian
vivekphlp wrote:
can what these files are *.ncb
.ncb file contains information about VC++ Intellisense database.
vivekphlp wrote:
*.suo( i didnt find this file in my project whY??)
You did not see the .suo file because you were using VC6.0
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
THank u!!!!!! .. i deleted *.ncb file ... now it works fine can what these files are *.ncb *.clw *.opt *.suo( i didnt find this file in my project whY??)
Proud To Be an Indian
vivekphlp wrote:
*.clw
Contains information used by ClassWizard.
vivekphlp wrote:
*.suo( i didnt find this file in my project whY??)
suo files are only there when you use VC2005 (or maybe already in 2003 but as I never used it, I cannot tell).
Cédric Moonen Software developer
Charting control [v1.2] -
vivekphlp wrote:
*.clw
Contains information used by ClassWizard.
vivekphlp wrote:
*.suo( i didnt find this file in my project whY??)
suo files are only there when you use VC2005 (or maybe already in 2003 but as I never used it, I cannot tell).
Cédric Moonen Software developer
Charting control [v1.2] -
You should answer the OP directly. Also, the link you provided won't be very usefull for the OP because he uses VC6 (this article is about intellisense in VC2005).
Cédric Moonen Software developer
Charting control [v1.2] -
Sometimes The Intellisense of my VC++ Editor disappears- I am using Microsoft's Visual Studio 6.0 So when i try to put a . the popdown menu is not displayed .. . Any solutions????
Proud To Be an Indian
Okay. Is it members of a different class maybe outside the file you are using you want to view? If intellisense does ot show you might have closed the project and reopened it again. Try copying the file to a new project and import the files you want to access. Intellisense should work from that point. I know it's not the best way to fix but:"Just trying to help!"
TreeS
-
Okay. Is it members of a different class maybe outside the file you are using you want to view? If intellisense does ot show you might have closed the project and reopened it again. Try copying the file to a new project and import the files you want to access. Intellisense should work from that point. I know it's not the best way to fix but:"Just trying to help!"
TreeS
But the basic question was why it stopped working? Deeleting the files is the solution. Any reason.
-
But the basic question was why it stopped working? Deeleting the files is the solution. Any reason.
tom groezer wrote:
Deeleting the files is the solution. Any reason.
Because the file is known to get corrupted over time.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
You should answer the OP directly. Also, the link you provided won't be very usefull for the OP because he uses VC6 (this article is about intellisense in VC2005).
Cédric Moonen Software developer
Charting control [v1.2] -
Sometimes The Intellisense of my VC++ Editor disappears- I am using Microsoft's Visual Studio 6.0 So when i try to put a . the popdown menu is not displayed .. . Any solutions????
Proud To Be an Indian
-
Sometimes The Intellisense of my VC++ Editor disappears- I am using Microsoft's Visual Studio 6.0 So when i try to put a . the popdown menu is not displayed .. . Any solutions????
Proud To Be an Indian
vivekphlp wrote:
ometimes The Intellisense of my VC++ Editor disappears- I am using Microsoft's Visual Studio 6.0 So when i try to put a . the popdown menu is not displayed .. . Any solutions????
close down your project and remove .ncba nd .clw file and reopen the project to see Intellisense working again!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and You