Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. VC++ Intellisense

VC++ Intellisense

Scheduled Pinned Locked Moved C / C++ / MFC
visual-studiocsharpc++question
14 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vivekphlp
    wrote on last edited by
    #1

    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

    _ W V T 4 Replies Last reply
    0
    • V vivekphlp

      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

      _ Offline
      _ Offline
      _AnsHUMAN_
      wrote on last edited by
      #2
      1. 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_

      V 1 Reply Last reply
      0
      • _ _AnsHUMAN_
        1. 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_

        V Offline
        V Offline
        vivekphlp
        wrote on last edited by
        #3

        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

        _ C 2 Replies Last reply
        0
        • V vivekphlp

          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

          _ Offline
          _ Offline
          _AnsHUMAN_
          wrote on last edited by
          #4

          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_

          1 Reply Last reply
          0
          • V vivekphlp

            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

            C Offline
            C Offline
            Cedric Moonen
            wrote on last edited by
            #5

            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]

            P 1 Reply Last reply
            0
            • C Cedric Moonen

              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]

              P Offline
              P Offline
              Paresh Chitte
              wrote on last edited by
              #6

              Please refer this[^] for more information. Regards, Paresh.

              C 1 Reply Last reply
              0
              • P Paresh Chitte

                Please refer this[^] for more information. Regards, Paresh.

                C Offline
                C Offline
                Cedric Moonen
                wrote on last edited by
                #7

                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]

                V 1 Reply Last reply
                0
                • V vivekphlp

                  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

                  W Offline
                  W Offline
                  Wamuti
                  wrote on last edited by
                  #8

                  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

                  T 1 Reply Last reply
                  0
                  • W Wamuti

                    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

                    T Offline
                    T Offline
                    tom groezer
                    wrote on last edited by
                    #9

                    But the basic question was why it stopped working? Deeleting the files is the solution. Any reason.

                    D 1 Reply Last reply
                    0
                    • T tom groezer

                      But the basic question was why it stopped working? Deeleting the files is the solution. Any reason.

                      D Offline
                      D Offline
                      David Crow
                      wrote on last edited by
                      #10

                      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

                      1 Reply Last reply
                      0
                      • C Cedric Moonen

                        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]

                        V Offline
                        V Offline
                        vivekphlp
                        wrote on last edited by
                        #11

                        Yea it may not be much useful to me ... but i can gain some information na... "Knowledge gained is wealth gained"

                        Proud To Be an Indian

                        1 Reply Last reply
                        0
                        • V vivekphlp

                          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

                          V Offline
                          V Offline
                          vivekphlp
                          wrote on last edited by
                          #12

                          ""whats this *.opt file stands for""

                          Proud To Be an Indian

                          H 1 Reply Last reply
                          0
                          • V vivekphlp

                            ""whats this *.opt file stands for""

                            Proud To Be an Indian

                            H Offline
                            H Offline
                            Hamid Taebi
                            wrote on last edited by
                            #13

                            Are this[^] and this[^] helpfuls


                            WhiteSky


                            1 Reply Last reply
                            0
                            • V vivekphlp

                              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

                              T Offline
                              T Offline
                              ThatsAlok
                              wrote on last edited by
                              #14

                              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

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups