Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Hyperlinkig problem
Hyperlinkig problem [message #151180] Tue, 16 August 2005 02:20 Go to next message
kunwar is currently offline kunwarFriend
Messages: 1
Registered: July 2009
Junior Member
Hi
I am using CDT 3.0 with Eclipse 3.1 on a windows platform.I belive in the
new CDT we can use ctrl+F3 to navigate to the function "definition".

http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg0 8057.html

But i somehow cant get it to work.Any suggestions?
Re: Hyperlinkig problem [message #151236 is a reply to message #151180] Tue, 16 August 2005 14:37 Go to previous messageGo to next message
Patrick Turley is currently offline Patrick TurleyFriend
Messages: 43
Registered: July 2009
Member
Kunwardeep wrote:
> Hi
> I am using CDT 3.0 with Eclipse 3.1 on a windows platform.I belive in
> the new CDT we can use ctrl+F3 to navigate to the function "definition".
>
> http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg0 8057.html
>
> But i somehow cant get it to work.Any suggestions?
>

In my experience, the real problem is that the indexer doesn't have a
full understanding of your code yet. Also in my experience, this is
usually because you are using *Internal* rather than *External* include
paths.

Open your project properties. Look for C/C++ Include Paths & Symbols.
Any of the elements on the include path shown here that are *Internal*
entries are unusable. Instead, make them *External*, even if they appear
within your project. For some reason, the internal ones are bugged.
Re: Hyperlinkig problem [message #151245 is a reply to message #151236] Tue, 16 August 2005 15:03 Go to previous message
Eclipse UserFriend
Originally posted by: ddaoust.ca.ibm.com

Problems like this are almost always include path or symbol problems.

You can either allow CDT to discover your paths and symbols (based on a
build), or you can manually enter them.

I would suggest that you try a simple example and see if you can make it
work -- sometimes when you use an existing code base, you will run into
unreported defects with the CDT, and this may confuse the issue.

Note that I have no problems with *Internal* or *External* paths -- both
work fine for me. If someone has problems with them, it would be nice to
see a defect number. (and, of course, a reproduceable problem description)

-Dave

"Patrick Turley" <pturley@pturley.com> wrote in message
news:ddsto8$f8o$1@news.eclipse.org...
> Kunwardeep wrote:
> > Hi
> > I am using CDT 3.0 with Eclipse 3.1 on a windows platform.I belive in
> > the new CDT we can use ctrl+F3 to navigate to the function "definition".
> >
> > http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg0 8057.html
> >
> > But i somehow cant get it to work.Any suggestions?
> >
>
> In my experience, the real problem is that the indexer doesn't have a
> full understanding of your code yet. Also in my experience, this is
> usually because you are using *Internal* rather than *External* include
> paths.
>
> Open your project properties. Look for C/C++ Include Paths & Symbols.
> Any of the elements on the include path shown here that are *Internal*
> entries are unusable. Instead, make them *External*, even if they appear
> within your project. For some reason, the internal ones are bugged.
Previous Topic:Debugger problem in CDT 3.0 RC3
Next Topic:Profiling C/C++ application in windows
Goto Forum:
  


Current Time: Sun Sep 01 09:23:01 GMT 2024

Powered by FUDForum. Page generated in 0.03694 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top