Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Alt+G flaw

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
znakeeye Posted - Jul 27 2008 : 06:13:31 AM
VAX 1640.

In VC++ I have some libraries added in the "VC++ directories" section. When I select a class identifier from any of these libraries and press Alt+G I always end up in the header file.

You can verify this easily with MFC:
CArray a;
a.Get|Size(); // Alt+G

It it possible to fix this? It's very annoying.
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 30 2008 : 09:13:19 AM
Odd. For now the work around is to use the IDE command "Go To Declaration"

case=18829
znakeeye Posted - Jul 28 2008 : 11:56:32 AM
Nothing happens, and this is a normal MFC-class so there should be no problem.

VA should know about "VC++ directories".
feline Posted - Jul 28 2008 : 08:46:45 AM
Once you have arrived at the declaration for GetSize(), if you press alt-g what happens?

For me, using VS2005 and VA 1646, nothing happens. It seems VA does not know where the implementation lives. Either the directory holding the cpp file is not in a directory that VA has been told about, or the implementation is not even provided. If the implementation is only present inside a dll then there is no cpp file to jump to.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000