T O P I C R E V I E W |
q0987 |
Posted - Feb 27 2008 : 11:57:21 AM Hello all,
I would like to find where the overrided method is defined in base class. Currently, VA can only find the location of the overrided method in sub-class rather than the base class.
Is there a workaround for this?
My working environment is VC6.0 + VA 10.4.1624.0 Build 2007.12.07
Thank you very much |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 28 2008 : 11:27:28 AM We are considering adding a version of Find References that will search the class hierarchy for the functions, which would help you do this:
case=6647 |
rhummer |
Posted - Feb 27 2008 : 12:30:10 PM If you use the Find Symbol dialog, or in VA View. You can type in the method name and it will list all locations of said method by class.
I typed in a method name from our input system, and it found the base class and all derived classes that implement said method.
Hope that helps. :) |