CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2001
    Posts
    26

    C++ studio context help

    Help me here please...
    I do not have anymore this list of functions and parameters that automatically popup when you are writting code and use an object already declared..
    must be somewhere in the tools options of the C++ studio ...!?!?
    Thanks


  2. #2
    Join Date
    Apr 2000
    Location
    Switzerland
    Posts
    944

    Re: C++ studio context help

    Don't think that's where it is, it's probably due to corrupted files. Delete your .ncb, .opt, .pch and do a rebuild all.

    The vast majority of our imports come from outside the country.
    George W. Bush

  3. #3
    Join Date
    Dec 2001
    Location
    GERMANY
    Posts
    198

    Re: C++ studio context help

    This "IntelliSense" feature is sometimes a little unstable. Try closing your workspace and deleting the workspace's .clw file which is used by the class wizard to show the tree of classes, functions, etc.
    Intellisense will also not work well if there is some syntax error before the code you are trying to insert.
    Cheers.


    Please rate my answer, whether good or bad, so I can improve the answers I give. Thanks!

  4. #4
    Join Date
    Apr 2001
    Posts
    26

    Re: C++ studio context help

    Thanks Guys...
    it worked...



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured