Tuesday, March 1, 2011

How to trace COM/ActiveX dependencies?

Is there anything "out there", similar to Dependency Walker, which walks and reports the dependencies of an ActiveX/COM object?

From stackoverflow
  • Two useful tools you can try:

    Depends

    Process Explorer

    boost : Okay, depends I know about already. In fact, it's what I referred to earlier as "Dependency Walker" and its not all that useful in this situation because it only walks the standard DLL dependencies, not the COM DLL ones. I'm not as familiar with Process Explorer. Will check that out as soon as ...

0 comments:

Post a Comment