T O P I C R E V I E W |
moshaiov |
Posted - Jan 26 2006 : 05:49:29 AM Hi,
I'm using VA (v10.1.1418.0) on my VC++ 6.0 IDE. I try to drill into a function implementation by pressing the ctrl+g and for some odd reason I'm taken to the declarion of the function in the header file. The function I'm trying to drill into is implemented on the same class and is properly compiled.
any advice?
- Tal |
3 L A T E S T R E P L I E S (Newest First) |
moshaiov |
Posted - Jan 27 2006 : 05:20:38 AM Thanks for your quick reply. I've installed 10.2.1440.0 and it started working just fine.
- Tal |
support |
Posted - Jan 27 2006 : 01:12:03 AM What is the relative position of sources and headers in your directory structure? Sibling directories?
Newer builds of VA X are much better at finding sources. It might be 1418 is not able to find yours do to your placement of sources.
Better...
If you open the source with the implementation and return to a reference in another file, does Alt+G find the implementation? |
feline |
Posted - Jan 26 2006 : 4:51:22 PM is this effect function specific?
are you using namespaces in your code? there is a known problem where this happens with classes defined in a namespace, so it is possible you have encountered this.
if you press alt-g again, after being taken to the header file, does anything happen? if you do this without moving the caret there is no need to move the caret onto the function name before pressing alt-g. |