Re: go to a definition
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Sun, 09 Dec 2007 01:14:17 +0000
Many times in VC++ 6.0, I will try to go to a definition, and it pops
up a MessageBox saying:
The symbol 'MyFunction' is undefined.
Anyone know how to fix this?
Ensure that the header & source files containing that symbol are
included in the list of files in the project.
If that's not the issue, try closing the workspace and deleting the
..ncb file. It'll get recreated when you re-open the workspace. That
often fixes such issues.
Dave
.
- Follow-Ups:
- Re: go to a definition
- From: Tom Serface
- Re: go to a definition
- References:
- go to a definition
- From: bob
- go to a definition
- Prev by Date: go to a definition
- Next by Date: Re: Back to some basic stuff
- Previous by thread: go to a definition
- Next by thread: Re: go to a definition
- Index(es):
Relevant Pages
|