T O P I C R E V I E W |
eve |
Posted - Apr 10 2008 : 04:58:25 AM Hi,
I noticed that find references found a match in (C++) code that was commented out. Is this intentional?
thanks, eli |
4 L A T E S T R E P L I E S (Newest First) |
eve |
Posted - Apr 11 2008 : 03:48:04 AM I could yesterday, but now the problem is gone. I'll let you know if it comes back.
regards, eli |
feline |
Posted - Apr 10 2008 : 2:58:48 PM Can you reproduce this, or was it a one off effect? |
eve |
Posted - Apr 10 2008 : 09:53:29 AM Then it is probably a bug, because it was a normal comment (//)
Here is my info: VA_X.dll file version 10.4.1632.0 built 2008.04.03 Licensed to: VA X: [email protected] (25-user license) Support ends 2008.09.14 DevEnv.exe version 8.0.50727.762 msenv.dll version 8.0.50727.762 Font: Courier New 17(Pixels) Comctl32.dll version 6.0.2900.2982 Windows XP 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 Stable Includes: C:\\DevStudio\\Vs2005\\VC\\include; C:\\DevStudio\\Vs2005\\VC\\atlmfc\\include; C:\\DevStudio\\Vs2005\\VC\\PlatformSDK\\include; C:\\DevStudio\\Vs2005\\SDK\\v2.0\\include;
Other Includes:
Stable Source Directories: C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\mfc; C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\mfcm; C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\atl; C:\\DevStudio\\Vs2005\\VC\\crt\\src;
|
feline |
Posted - Apr 10 2008 : 09:46:36 AM How was the code commented out? An actual comment, or wrapped in #if 0, #endif?
Find References is not support to return results inside strings and comments, but it is supposed to return results inside #if 0 #endif blocks. |