T O P I C R E V I E W |
JoeSchmoe007 |
Posted - Feb 13 2006 : 12:42:48 PM I am using VA 1440 (trial) with VC++ 6. Please see this screenshot and note items marked with the red arrows:
http://www.imagedump.com/index.cgi?pick=get&tp=381412 Why am I getting a bunch of items like [functionname]-[number].[variablename] in the method list? I don't think it worked like that in 1301. I only expected to see function names in this list. Is this a new functionality? I find it quite confusing and don't understand what it is for. Please explain. |
8 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Apr 14 2006 : 1:12:58 PM More garbage entries removed from Alt+M list in build 1445. |
support |
Posted - Mar 07 2006 : 6:26:57 PM Garbage removed from Alt+M list in build 1442. |
support |
Posted - Feb 17 2006 : 01:15:25 AM We have your source file and can reproduce the problem. Something in your code is confusing VA X. We're looking for the culprit.
This problem started with build 1421, when we rewrote our C/C++ parser. |
support |
Posted - Feb 16 2006 : 07:42:15 AM Yes please. |
JoeSchmoe007 |
Posted - Feb 15 2006 : 4:35:00 PM I can email the source file (if provided with an email address) as it is quite large and I just don't have time to localize the problem.
Should I just email it to the support? |
feline |
Posted - Feb 14 2006 : 2:54:41 PM can you post a snippet of code? i never get local variables in the alt-m list. there are local variables, defined within functions, aren't they? |
JoeSchmoe007 |
Posted - Feb 13 2006 : 4:03:00 PM If I jump to one of these items the declaration of that variable is on the line. So am I supposed to see these items in the list of methods or not? |
feline |
Posted - Feb 13 2006 : 3:39:53 PM if you jump to one of these items, what is on the line? i have seen this problem with enum's or structures declared inside a function, and very occasionally with certain specific template code. |